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...

What is the error in the following JCL statements :

I) //step#three exec pgm=hkbc762

ii) //step#3 exec pgm = hkbc762

iii) //step#3 exec pgr = hkbc672

Answer Posted / muttiah

All the three statements are wrong.

1. Stepname is more than 8 char's
2. There is a space between 'pgm = hkbc762'
3. The name of PGM is given as PGR.

The correct statement would be

//STEP#3 EXEC PGM=HKBC762. --- TRY THIS.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1566


What are hierarchy levels in jcl?

1573


Explain about LMFREE�free data set from its association with data ID

1678


Are there any set of rules for the names of the steps used in a job? What are they?

1117


How do you overcome this limitation ?

1252


what happens in execution stage in job processing?

1193


Can I share my data with other jobs? How?

1196


What is use of restart and how to use it?

1362


how you will the direct the data to spool using sysout option?

2479


Are there any set of rules for the names of the steps used in a job?

1171


when can a job time-out occur? How to overcome that?

1349


Give the syntax of job specifying jcl statement.

1202


How does the jcl specify the job to os?

1218


How gdg are concatenated?

1166


What are the rules employed while naming the steps in a job?

1209