In my JCL 10 Steps Will Be there Now i want to execute
step05 And step06. How to Give the Cond?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Give restart=step05 in job card & cond=(0,le) in step7
through step10.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sujitha
specify RESTART=STEP5 in job card and after the step6
mention the null identifier(//).
| Is This Answer Correct ? | 4 Yes | 0 No |
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
How can the submitting users racf authority be overridden in a job stream?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
The maximum number of steps in a job?
How would you understand error(execution phase)?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
What are isolation levels? Where do we need to specify them in compiling JCL?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
what's the significance of freespace(0 0) and freespace(100 100)