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
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 the function of //cntl 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?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How jcl is used for testing batch programs?
when does a dataset go uncataloged?
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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the purpose of coding notify parameter in job statement?
Explain the job statement in jcl?
What is the purpose of dd dummy statement?
what is SOC4 error?
What are the 2 types of parameters in dd statement?