A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can return codes be tested before execution of a job step?
what is a steplib
Explain about Cobol Subroutines
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
A dd statement consists of 4 fields. Name them?
can u execute a proc from another proc?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
how to convert a file form fixed Length to variable length?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
what are JCLLIB and STEPLIB in JCL?