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
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what are the types of abends that occur on job failure? And explain the possible causes of these
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Can we use DISP=SHR in output file in JCL
what are the statements that are not valid to be included in an include statement?
How to submit a jcl from cics?
List the different components of jcl statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
How jcl is used for testing batch programs?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What do you know about jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
which utility is used to run a cobol-db2 program?
How can return codes be tested before execution of a job step?
How does jcl act on code(if you take a cobol program)?