Answer Posted / naveen
time=0 will produce unpredictable results.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
What is one line to pass PARM from JCL to COBOL?
What is use of restart and how to use it?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how can you check if a file is empty using jcl?
Is there any command to check wether the ps file is in sorted order?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is the compile process of cobol program expalin with code
how do you code a null statement?
Explain the function of the steplib dd statement?
what are the various stages of job processing?
How can unused space allocation be returned to the system when a dataset is closed?
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?
Why block size is multiple of lrecl in jcl?
A dd statement consists of 4 fields. Name them?