How to rename a VSAM file as well as it's index file?
Answer Posted / sai
I think by using IDCAMS-ALTER command we can rename VSAM
dataset
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Suppose I have five jobs to do. But I want to hold one?
What is condition checking in jcl? Is this possible?
What is the use of symbol // in jcl?
How to run cobol program using jcl?
How does jcl act on code(if you take a cobol program)?
How jcl work to handle various input output file operations?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain in DD statement what is the use of DCB parameter?
Can we call instream to catalog and catalog to instream?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Name a few IBM utility programs, and explain its function.
What is the purpose of dd?
What are some jcl statements that are not allowed in procedures?