How to rename a VSAM file as well as it's index file?
Answer Posted / giri
Sai, using File Master tool we can rename the VSAM file.
Option 3.2 in File Master tool.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
Is acct parameter mandatory?
Explain the function of //cntl statement?
Differentiate between the joblib and the steplib statements?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Are there any set of rules for the names of the steps used in a job?
How can the attributes of one sms dataset be copied to another dataset?
how to do automated restart when a job abends?
A dd statement consists of 4 fields. Name them?
Suppose I have five jobs to do. But I want to hold one?
What are steplib and joblib?
Explain how can a stopped job be started again?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the purpose of the dd keylen parameter?