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
Answer Posted / 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 |
Post New Answer View All Answers
What is notcat 2 - gs?
Is it possible to left uncode disp? If yes, how?
How can return codes be tested before execution of a job step?
how to do automated restart when a job abends?
what is DSN parameter and DISP parameter is used for?
Are there any set of rules for the names of the steps used in a job? What are they?
Describe the various parameters utilized in the creation of a gdg?
What is condition checking in jcl? Is this possible?
What is the significance of addrspc parameter in exec statement?
how do you code a null statement?
Explain how can an in-stream dataset be terminated?
Define concatenating?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What are the 4 fields in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams