How to rename a VSAM file as well as it's index file?
Answer Posted / santy
we can rename the VSAM file as well as it's INDEX file
using the ALTER command under IDCAMS utility.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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
what is DD statement is used in JCL?
Explain the function of job statement in jcl?
What is timing concept in mainframe?
Suppose I have five jobs to do. But I want to hold one?
how do you access an uncataloged dataset in a jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
What do you understand by the term notcat 2 – gs?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain about LMQUERY�give a dialog information about a data set
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
if the submitter of a job wants to inform another user about the job completion, how can it be done?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?