i have job card like this
//job *****
//step1 exec pgm=iebgener
//sysut1 dd dsn=main.sss,disp=shr
// dd dsn=main1.sss,disp=shr
// dd dsn=main2.sss,disp=shr
//sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete)
dcb=( )
// sysin dd *
like this what i have to do to skip dsn=main1.sss
please giveme answer asap
Answers were Sorted based on User's Feedback
//* DD DSN=MAIN1.SSS,DISP=SHR
* WILL TREAT AS A COMMENT.
AND THE FOLLOWING DATA SET WILL BE SKIPED.
THANKS
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / mahesh babu
//sysut1 dd dsn
// dd dsn=main1.sss,disp=shr
// dd dsn=main2.sss,disp-shr
//sysut2 dd dsn=out1.mmm,disp=(new,catlg,delete)
dcb=()
//sysin dd *
| Is This Answer Correct ? | 0 Yes | 4 No |
How to identify where file is empty or not? How many ways are there to identifying?
What do you understand by the term job time – out and how can you overcome that?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What does a disposition of (NEW,CATLG,DELETE) mean?
How many instream we can write in single jcl?
when GDG version number get changed ? bcz always Generations only increasing.
how to modify the copy book?explain with examples
Explain about LMMLIST�list a library's members
how JCL works?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?