Answer Posted / samba
only one
i.e External sort which we use in jcl
but in case of cobol we use internal sort.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is there any command to check wether the ps file is in sorted order?
How can values be passed from the job stream to an executable program?
Is automatic restart possible in jcl? If yes, how?
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?
How does jcl act on code(if you take a cobol program)?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what happens in execution stage in job processing?
what is “Cond= even” and “Cond=only”?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can the attributes of one sms dataset be copied to another dataset?
what is the purpose of coding class parameter in job statement?
What is condition checking in jcl? Is this possible?
which utility is used a dummy utility?
Are there any set of rules for the names of the steps used in a job? What are they?
Is it possible to define dd statements as you want?