How do you skip a particular step in a proc/JOB?
Answer Posted / debajyoti
COND=(0,LE) or COND=(4095,GE)
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Explain the function of a dd statement?
How can the submitting users racf authority be overridden in a job stream?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are steplib and joblib? What for they are used?
How do you create a temporary dataset?
Mention the types of job control statements?
How can a stopped job be started again?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Are there any set of rules for the names of the steps used in a job?
Brief description of inline procedure of jcl.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is their any limit for data sets?
What are the 4 fields in dd statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
i want to store 20 digits . how will u do it in cobol ?