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


Please Help Members By Posting Answers For Below Questions

Is automatic restart possible in jcl?

733


Is their any limit for data sets?

699


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651


Is acct parameter mandatory?

758


Explain the job statement in jcl?

644






We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1764


Is their any set of rules for dd? Explain.

657


Why block size is multiple of lrecl in jcl?

908


Explain dd statement in jcl?

640


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050


Explain how can the attributes of one sms dataset be copied to another dataset?

703


What parameters can be used to limit the number of records written to a sysout dataset?

746


what operation is performed by job statement?

656


what is a jcl?

685


can any one plzzzzzz tell the jcl code for creating ps using idcams

10507