TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answers were Sorted based on User's Feedback
Answer / varun
TIME specifies the maximum CPU time allocated for a
particular job or job step. If TIME is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
Answer / varun
TIME parameter can be used to overcome S322 abends for
programs that genuinely need more CPU time. TIME=1440 means
no CPU time limit is to be applied to this step.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / runjhun
TIME parameter in JOB statement specifies max. CPU
timelimit for the entire job whereas that coded in EXEC
specifies the time limit for that particular step only.
| Is This Answer Correct ? | 1 Yes | 0 No |
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
The maximum number of in-stream procedure you can code in any JCL is ?
What does SYSIN * indicate?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
What all are the changes to be made in JCL so as to do testing?
what are the types of abends that occur on job failure? And explain the possible causes of these
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
State the uses of syspring, sysin, sort fields, sum fields and dummy.
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
How many types of libraries are there in JCL ?
In sms datasets, what is the function of the dd avgrec keyword?
I had 100 steps in jcl i want to execute first 10 steps only?