Answer Posted / mohan tk
1.Create backups of sequential dataset or create members of
partitioned dataset.
2.create partioned dataset or members from a sequential
input dataset.
3.copying a sequential dataset
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can a stopped job be started again?
In sms datasets, what is the function of the dd mgmtclas keyword?
Name the statement which can be used to send data to another mvs jes3 node?
how to do automated restart when a job abends?
What are the parameters that are used in creating a gdg?
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?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How jcl is used for testing batch programs?
Explain how can return codes be tested before execution of a job step?
when does a dataset go uncataloged?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
is there any way to execute more than one proc in the same exec statement at the same time..?
Is their any limit for data sets?
How does jcl act on code(if you take a cobol program)?
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