Answer Posted / guest
PS - QSAM, PO - Partitioned, IS - ISAM
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
What is the function of the dd avgrec keyword in sms datasets?
What is the difference between the positional and keyword parameters? Give examples.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is condition checking in jcl? Is this possible?
what are the various stages of job processing?
in ways data can be passed to a COBOL program from JCL?
what is DD statement is used in JCL?
Explain dd statement in jcl?
In job processing, what happens in conversion stage?
which parameter is used to check the syntax of a jcl without executing it?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is use of space parameter in dd statement?
What is the use of disp parameter?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?