Answer Posted / mohan
The generation and version numbers are in the form GxxxxVyy,
where xxxx is an unsigned 4-digit decimal generation number
(0001 through 9999) and yy is an unsigned 2-digit decimal
version number (00 through 99)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How do you submit a job for execution?
Explain about LMFREE�free data set from its association with data ID
How to submit a jcl from cics?
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 does a disposition of (new,catlg,keep) for a dsn mean?
Does jcl support automatic restart?
How dummy is used in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the purpose of dd * statement in jcl?
what is the difference between JES3 and JES2?
Is it possible to left uncode disp?
What is concatenating?