TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / sathish kumar
It is a amount of cpu time that a job or perticuler job
step is permitted to utilized before it is terminated.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
In job processing, what happens in execution stage?
What are hierarchy levels in jcl?
What is jcl in mainframe?
How to alter the parameters for the existing gdg?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the job statement in jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain the jcl exec statement?
What are the parameter we cannot use in procedure?
What are the difference between jcl and jes?
In sms datasets, what is the function of the dd avgrec keyword?
Is acct parameter mandatory?
what is a jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.