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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is condition checking possible in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How does jcl act on code(if you take a cobol program)?
What is job control language?
What is NOTCAT ?
How do you submit a job for execution?
What dd statement is used to supply the name of a dataset?
Explain how can the submitting users racf authority be overridden in a job stream?
How can the attributes of one sms dataset be copied to another dataset?
When space is allocated for an output dataset, what units can be used?
What is the function of //jcllib statement?
For what purpose steplib and joblib are used ?
Mention the types of job control statements?