How can we execute only one step in a job
Answer Posted / prashanth
hi, laxhmi,
we can execute only one step in a job by using
cond parameter, IEBEDIT utility program,
thanks & regards
prashanth
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How to run cobol program using jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
List the different components of jcl statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how to run batch program without jcl?
how can you check if a file is empty using jcl?
What are hierarchy levels in jcl?
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 the use of disp parameter?
Explain the purpose of dd * statement in jcl?
Define concatenating?
When output dataset space is required, what quantity categories are used?
Is it possible to define dd statements as you want?
How to pass the parameter in parm using linkage section ? (syntax)?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE