do we need to mention the location of catalogued procedure for each it's call in a single job?
Answer Posted / sesha
Give JCL lib at after the job statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
Explain how can the attributes of one sms dataset be copied to another dataset?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to run cobol program using jcl?
Explain the purpose of the dd keylen parameter?
What are the parameters that are used in creating a gdg?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What do you understand by the term job time – out and how can you overcome that?
what is DSN parameter and DISP parameter is used for?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
List in order the hierarchical levels of jcl?
How can values be passed from the job stream to an executable program?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain about LMQUERY�give a dialog information about a data set
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?