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
how would you create a temporary dataset? And where will you use them?
a dd statement has 2 types of parameters. Name them?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can values be passed from the job stream to an executable program?
what is the difference between JES3 and JES2?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the function of the steplib dd statement?
Is condition checking possible in jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are steplib and joblib? What for they are used?
How do you overcome this limitation ?
What are the rules employed while naming the steps in a job?
How jcl is used for testing batch programs?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the function of dd disp parameter?