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
Differentiate between addressing mode and run mode.
What is the function of the dd avgrec keyword in sms datasets?
Matching Logic in Jcl not in cobol.Could any one please answer this question
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Is it possible to left uncode disp?
Explain in DD statement what is the use of DCB parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can values be passed from the job stream to an executable program?
what is use of space parameter in dd statement?
What is the purpose of dd * statement in jcl?
What parameter directs the output of the job log dataset?
how you will the direct the data to spool using sysout option?
How do you submit a job for execution?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain how can a jobs execution priority be modified?