I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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
Matching Logic in Jcl not in cobol.Could any one please answer this question
how many max steps can we use in a job? pls answer to my question
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
What are hierarchy levels in jcl?
How to do automated restart when a job abend?
What do you know about jcl?
What is the difference between joblib and jcllib statements
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
Is it possible to define dd statements as you want?