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 / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Where & How Do You Code Identifier In Jcl?

691


Which dd parameters are required?

686


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

2050


Is it possible to define dd statements as you want?

644


Name what parameter directs the output of the job log dataset?

557






Can I send output of job to my remote device careerride123?

661


What dd statement is used to supply the name of a dataset?

772


List the different components of jcl statement?

687


In job processing, what happens in conversion stage?

734


What is condition checking in jcl? Is this possible?

619


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

809


Is their any limit for data sets?

699


In sms datasets, what is the function of the dd mgmtclas keyword?

857


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

538


what is use of dcb parameter in dd statement?

769