Answer Posted / guest
A set of precoded JCL that can be modified through the use
of parameters or override cards. Note: Procedures can be
catalogued or instream.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
Explain dfsort utility?
Is their any limit for data sets?
Where & How Do You Code Identifier In Jcl?
what are JCLLIB and STEPLIB in JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How can the disposition of sysout datasets be set for an entire jobstream?
How can the attributes of one sms dataset be copied to another dataset?
Can we use DISP=SHR in output file in JCL
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 are s0c1, s0c4, s0c5, s0c7 and socb?
How do you submit a job for execution?
What is the difference between the positional and keyword parameters? Give examples.