in my jcl have 20 steps step1,step2,.... step20.and i have to
execute step1,step2,..and skip the step3 and remaing
step4,step5 are execute? i want skip step3 only? what code u
can write?
Answers were Sorted based on User's Feedback
Answer / piyush mani
most easy way to do it is to use "IEBEDIT" UTILITY LIKE BELOW
//JOBCARD
//STEPNAME EXEC PGM=IENEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=FSS345.PIYUSH.JOB1,DISP=SHR
//SYSIN DD *
EDIT START=JOBNAME OF DESIRED JOB, TYPE=EXCLUDE,
STEPNAME=(STEP3)
/*
//
GIVE UR FEEDBACK....
| Is This Answer Correct ? | 13 Yes | 0 No |
read all error codes like SB07?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
Explain the function of the steplib dd statement?
How to get the last but one duplicate record of the file using Sort?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
can we copy a file from fixed block to variable block and vice versa ....asap
How can you execute a COBOL program via SYSIN in JCL?
Is condition checking possible in jcl?
What is a S0C4 error ?
i have step1,step2,step3 from where can i start coding cond parameter ?
Explain about Specifying compiler options in the PROCESS (CBL) statement