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

In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides

Answer Posted / naidu

//job card time=(15,20)
//step1 exec pgm=iebgener,time=(3,49)
in this above time in the job step only appplicable for
the whole steps in job.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is NOTCAT ?

1379


Is condition checking possible in jcl? If yes, how?

1341


what are the various stages of job processing?

1345


What is the function of the dd avgrec keyword in sms datasets?

1382


How can the attributes of one sms dataset be copied to another dataset?

1475


What is the maximum length of a single line of jcl?

1400


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1375


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1521


what is the purpose of coding notify parameter in job statement?

1199


Explain the hierarchy levels in jcl?

1722


how you can direct the data to spool using SYSOUT option?

1515


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

1197


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

1457


How would you understand error(execution phase)?

1315


Explain the function of dd name parameter with a 2 part structure; audit.report?

1517