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 sort card you will use to copy the data from one dataset to another dataset?
What do you understand by jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain how can return codes be tested before execution of a job step?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Is their any limit for data sets?
which parameter is used to check the syntax of a jcl without executing it?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Differentiate between the joblib and the steplib statements?
Differentiate between addressing mode and run mode.
What is the function of the dd mgmtclas keyword in sms datasets?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is use of dcb parameter in dd statement?
Which dd parameters are required?