Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to define dd statements as you want?
what's the significance of freespace(0 0) and freespace(100 100)
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
in jcl you are having JCLLIB and STEPLIB what happens
Can we change the LIMIT of GDG?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
Passing a variable parm from JCL to a cobol/db2 program
What all are the changes to be made in JCL so as to do testing?
how to see the latest generation in gdg?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
Can you delete the GDG base without deleting GDG generations ?
Explain how can return codes be tested before execution of a job step?