How can we execute only one step in a job
Answer Posted / sathishkumar
Hi,
Use cond=(0,LE) in jobcard and also specify
Restart=Stepname,the step you want to execute.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
Differentiate between the joblib and the steplib statements?
how can you check if a file is empty using jcl?
Explain about ISPF/TSO Commands
how can the same proc be re-used and called by many jobs?
What is one line to pass PARM from JCL to COBOL?
Why include statement is used in a jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
what are the various stages of job processing?
How to pass data to a program that is coded in an exec statement?
How can values be passed from the job stream to an executable program?
What is the purpose of dd dummy statement?
what happens in execution stage in job processing?
What is concatenating?