Answer Posted / venkateswarlu
In cobol we define a file by using 'SELECT' statement.
In jcl we define it by using 'DD' statement.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
Why block size is multiple of lrecl in jcl?
What is the purpose of disp parameter?
What is the difference between the positional and keyword parameters? Give examples.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How do you submit a job for execution?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can return codes be tested before execution of a job step?
How do you access an uncatalogued dataset in a jcl?
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?
What dd statement is used to supply the name of a dataset?
How can a stopped job be started again?
How can an in-stream dataset be terminated?
Mention the types of job control statements?
What is the purpose of dd * statement in jcl?