what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
Answer Posted / dimpy19
----yes we need to include one temp file whose record size is same as that of input file record size
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is “Cond= even” and “Cond=only”?
How do you overcome this limitation ?
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?
Is condition checking possible in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What are steplib and joblib?
What is the purpose of disp parameter?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What are s0c1, s0c4, s0c5, s0c7 and socb?
which utility is used to run a cobol-db2 program?
i want to store 20 digits . how will u do it in cobol ?
What is timing concept in mainframe?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what is a jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?