What does the TIME parameter signify ? What does TIME=1440
mean ?
Answer Posted / ch.moha
time parm used to giving the last execution time
time=1440 is 24 hr execution time
Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to pass data to a program that is coded in an exec statement?
How can the attributes of one sms dataset be copied to another dataset?
Explain dd statement in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
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?
what is the compile process of cobol program expalin with code
Explain how can the submitting users racf authority be overridden in a job stream?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
how you can access an uncataloged dataset in a JCL?
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
What are the difference between jcl and jes?
What is the purpose of dd?
Explain the function of the steplib dd statement?