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 to execute 2nd and 4th steps among 5 steps in jcl proc?
Can we call instream to catalog and catalog to instream?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain about ISPF/TSO Commands
what operation is performed by job statement?
What dd statement is used to supply the name of a dataset?
How can the submitting users racf authority be overridden in a job stream?
How to do automated restart when a job abend?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Is it possible to define dd statements as you want?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the purpose of dd * statement in jcl?
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) ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
is there any way to execute more than one proc in the same exec statement at the same time..?