Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Answer Posted / raghu
by default it is job,but step overides job
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can unused space allocation be returned to the system when a dataset is closed?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain the jcl exec statement?
What is one line to pass PARM from JCL to COBOL?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Where can program checkpoints be stored for use in a restart?
What is the motivation behind coding class parameter in job statement?
What are the 2 types of parameters in dd statement?
What is NOTCAT ?
Explain how can an in-stream dataset be terminated?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what is SOC4 error?