List the various advantages of using jcl language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the function of the dd dcb keyword?
How do you access a file that had a disposition of KEEP?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
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
How to send data from cobol program to jcl?
What is COND=ONLY ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
How to empty the records in jcl
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
there are 10 steps in jcl how to execute the steps from step2 to step8 only