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

Answers were Sorted based on User's Feedback



i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=s..

Answer / 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

i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=s..

Answer / 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

More JCL Interview Questions

Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


What are the jcl procedures?

0 Answers  


Explain about LMMFIND - find a library member

1 Answers  


The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  






What is a GDG

4 Answers   IBM,


Are there any set of rules for the names of the steps used in a job?

0 Answers  


What are the differences between JES2 & JES3 ?

4 Answers  


if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?

4 Answers  


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


What is DSNDB06 ?

1 Answers  


Explain the job statement in jcl?

0 Answers  


Categories