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?
Answer Posted / 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 |
Post New Answer View All Answers
What is the format of comment statement?
how can you check if a file is empty using jcl?
Explain in DD statement what is the use of DCB parameter?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain about ISPF/TSO Commands
What is the function of //cntl statement?
How can the attributes of one sms dataset be copied to another dataset?
Explain the function of dd disp parameter?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how you will the direct the data to spool using sysout option?
Explain the function of //jcllib statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain how can values be passed from the job stream to an executable program?
whats the diff bw the evaluate also and and?