Can we use empty VSAM as input?
Answer Posted / kavitha
YES
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can a stopped job be started again?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is condition checking possible in jcl? If yes, how?
Are there any set of rules for the names of the steps used in a job?
How gdg are concatenated?
In sms datasets, what is the function of the dd mgmtclas keyword?
Differentiate between addressing mode and run mode.
Is it possible to left uncode disp?
what is the purpose of coding notify parameter in job statement?
Is it possible to left uncode disp? If yes, how?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
For what purpose steplib and joblib are used ?
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?