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



In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?..

Answer / muttaiah

Give restart=step05 in job card & cond=(0,le) in step7
through step10.

Is This Answer Correct ?    12 Yes 1 No

In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?..

Answer / sujitha

specify RESTART=STEP5 in job card and after the step6
mention the null identifier(//).

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More JCL Interview Questions

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 ?

6 Answers   IBM,


How can the submitting users racf authority be overridden in a job stream?

1 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1 Answers  


The maximum number of steps in a job?

4 Answers  


How would you understand error(execution phase)?

1 Answers  


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.

2 Answers   Cognizant, Wipro,


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?

2 Answers  


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?

5 Answers   CTS,


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


Categories