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 |
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
what is JCLLIB and PROCLIB in jcl and their syntax
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
how do you access an uncataloged dataset in a jcl?
how many members can be created inside a single pds?
how you can direct the data to spool using SYSOUT option?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
what is the restart?hopw it is invoked?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
mainframe questions like basic&depth