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
Explain how can a jobs execution priority be modified?
Explain the function of the dd dcb keyword?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Can I send output of job to my remote device careerride123?
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?
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 do you understand by jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
define cond parameter in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
how to do automated restart when a job abends?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is use of restart and how to use it?
How does jcl act on code(if you take a cobol program)?
What is the difference between the positional and keyword parameters? Give examples.