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 are steplib and joblib? What for they are used?
Explain the function of the steplib dd statement?
which utility is used to run a cobol-db2 program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how you will the direct the data to spool using sysout option?
Is it possible to code instream data in a PROC?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the purpose of dd dummy statement?
Is it possible to left uncode disp?
List the different jcl statements that are not permitted in the procedures?
Which statement is used to identify the private libraries in job?
What are the rules employed while naming the steps in a job?
I need exexution process for JCL programs
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?