Answer Posted / venkat ramana
Condition is a key word parameter. '=' is mandatory.
COND = (0, LE)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Where can program checkpoints be stored for use in a restart?
how do you create a dataset in a jcl with the same file organisation as that of another existing 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.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is condition checking in jcl? Is this possible?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How can an in-stream dataset be terminated?
What are s0c1, s0c4, s0c5, s0c7 and socb?
how do you code a null statement?
how you can access an uncataloged dataset in a 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?
i want to store 20 digits . how will u do it in cobol ?
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 are the various stages of job processing?
what is use of disp parameter in dd statement?