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
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Name the statement which can be used to send data to another mvs jes3 node?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain about LMQUERY�give a dialog information about a data set
what is JCL?
Explain how can the submitting users racf authority be overridden in a job stream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the motivation behind coding class parameter in job statement?
What happens if both JOBLIB & STEPLIB is specified ?
When output dataset space is required, what quantity categories are used?
Can we use DISP=SHR in output file in JCL
A dd statement consists of 4 fields. Name them?
what is DD statement is used in JCL?
in ways data can be passed to a COBOL program from JCL?