Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

2507


what are the types of abends that occur on job failure? And explain the possible causes of these

1687


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

1273


Can we use DISP=SHR in output file in JCL

1466


what are the statements that are not valid to be included in an include statement?

1438


How to submit a jcl from cics?

1208


List the different components of jcl statement?

1150


What does a disposition of (new,catlg,keep) for a dsn mean?

1201


How jcl is used for testing batch programs?

1356


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

1569


What do you know about jcl?

1203


Can an individual step be restricted from using all the jobs allowed cpu time?

1609


which utility is used to run a cobol-db2 program?

1467


How can return codes be tested before execution of a job step?

1539


How does jcl act on code(if you take a cobol program)?

1350