Are all (i), (ii), (iii), (iv) of the below are VALID to
reference a temporary dataset ?
STEP2
DD1 DD DSN = &&TEMP
STEP3
DD2 DD (i) DSN = TEMP
(ii) DSN = *.TEMP
(iii) DSN = *.STEP1.DD1
(iv) DSN = *.STEP1.DD1.ONE
Answer Posted / pintokott
No.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is DD statement is used in JCL?
What is catelog procedure and how many catelog procedure to use in one job?
how do you code a null statement?
How is a type of file defined in the jcl that executes the cobol program?
is there any way to execute more than one proc in the same exec statement at the same time..?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How to alter the parameters for the existing gdg?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
which utility is used to run a cobol-db2 program?
What is job control language?
What is notcat 2 - gs?
In job processing, what happens in execution stage?
Name the statement which can be used to send data to another mvs jes3 node?