i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
What are the kinds of job control statements?
What do you feel makes a good program?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
i have a string of 80 chars i want to replace 4th char with "a"?
Can I send output of job to my remote device careerride123?
how to split a file
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Explain the job statement in jcl?
How jcl work to handle various input output file operations?