Answer Posted / guest
The comment statement is //* followed by the comments.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the purpose of disp parameter?
How can the submitting users racf authority be overridden in a job stream?
In sms datasets, what is the function of the dd avgrec keyword?
what is “Cond= even” and “Cond=only”?
which parameter is use to declare the name of dataset in dd statement?
Is their any limit for data sets?
What do you know about jcl?
Is condition checking possible in jcl?
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) ?
What is the use of symbol // in jcl?
What parameter directs the output of the job log dataset?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?