hi guys
what r the diff types of procs in jcl?
bye
ramya
Answer Posted / sekar
instrem proc, catlog proc
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How jcl work to handle various input output file operations?
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?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the purpose of dd dummy statement?
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?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How can a fb file convert to vb file using sort program?
how to compare two datasets without using superce because output is limited to 133 bytes
which utility is used a dummy utility?
What is multithreading in jcl?
whats the diff bw the evaluate also and and?
What dd statement is used to supply the name of a dataset?
What is the function of dd name parameter with a 2 part structure; audit.report?
Can I share my data with other jobs? How?