How can the disposition of sysout datasets be set for an entire jobstream?
No Answer is Posted For this Question
Be the First to Post Answer
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?
what is JCL?
How are datasets concatenated?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
Does jcl support automatic restart?
describe the job statement, its meaning,syntax and significant keywords?
What is the use of IEBGENER ?
What is timing concept in mainframe?
how do you code a null statement?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?