How does jcl act on code(if you take a cobol program)?
No Answer is Posted For this Question
Be the First to Post Answer
which utility is used to update pds?
How do you send the output of a COBOL program to a member of a PDS?
GDG Create syntax ?
which parameter is use to declare the name of dataset in dd statement?
What do you understand by jcl?
describe the job statement, its meaning,syntax and significant keywords?
what is DSN in JCL and what are the parameters to declare the DSN?
What is DSNDB06 ?
How to overide the symbol parameter in the jcl ?
Can you execute a PROC from another PROC?
How do you skip a particular step in a proc/JOB?
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?