How can we execute only one step in a job
Answer Posted / vel
restart=step name,cond(0,le)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Cataloged Procedures?
when can a job time-out occur? How to overcome that?
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
What is catelog procedure and how many catelog procedure to use in one job?
What is the format of comment statement?
Is their any limit for data sets?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What do you understand by the terms: joblib and steplib?
how to run batch program without jcl?
Is it possible to code instream data in a PROC?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
List the different jcl statements that are not permitted in the procedures?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Does jcl support automatic restart?