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

Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?

3 Answers   IBM,


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


using cursor how can you fetch more than one record into a variable

3 Answers   Syntel,


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,






I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...

2 Answers   Satyam,


How is the record format of an output dataset specified?

0 Answers  


What is concatenating?

0 Answers  


What parameter directs the output of the job log dataset?

0 Answers  


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


Explain about LMCOPY -

1 Answers  


once we submitted the job to the operating system, how can we cancel the job before execution?

2 Answers  


Categories