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 / mr. cooooool
//* 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 |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
can any one plzzzzzz tell the jcl code for creating ps using idcams
in ways data can be passed to a COBOL program from JCL?
what JCL Procedures?
Is automatic restart possible in jcl? If yes, how?
What are steplib and joblib?
What is the format of comment statement?
Explain the purpose of dd * statement in jcl?
what is the purpose of coding class parameter in job statement?
Differentiate between addressing mode and run mode.
How jcl work to handle various input output file operations?
What is the use of disp parameter?
How to alter the parameters for the existing gdg?