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 the function of dd disp parameter?
Explain about LMFREE�free data set from its association with data ID
Name what parameter directs the output of the job log dataset?
What is the function of a dd statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Which dd parameters are required?
What is the purpose of the dd keylen parameter?
how to run batch program without jcl?
What is the syntax of JCL statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain about LMQUERY�give a dialog information about a data set
What is the motivation behind coding class parameter in job statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain how can the submitting users racf authority be overridden in a job stream?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?