I am having one step in my jcl.in that step,i am calling one
proc.In that proc,i have 10 steps.i want to call a particular
step in that proc without writing any new jcl ike iebedit
utility...
Answer Posted / guest
1)Please use the Restart parameter in the job card (for
example Restart=jobstep.procstep)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What do you understand by jcl?
which parameter is use to declare the name of dataset in dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
List in order the hierarchical levels of 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 do you understand by the term notcat 2 – gs?
How jcl is used for testing batch programs?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
when can a job time-out occur? How to overcome that?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain how can a stopped job be started again?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Define concatenating?