Answer Posted / shakila vinayagam
You can use IEBGENER to perform the following tasks:
1) Create a backup copy of a sequential data set, a member
of a partitioned data
set or PDSE or a UNIX system services (USS) file such as a
HFS file.
2)Produce a partitioned data set or PDSE, or a member of a
partitioned data set or
PDSE, from a sequential data set or a USS file.
3) Expand an existing partitioned data set or PDSE by
creating partitioned members
and merging them into the existing data set.
4) Produce an edited sequential or partitioned data set or
PDSE.
5) Manipulate data sets containing double-byte character
set data.
5) Print sequential data sets, members of partitioned data
sets or PDSEs or USS
files.
6) Reblock or change the logical record length of a data
set.
7)Copy user labels on sequential output data sets.
Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is use of restart and how to use it?
Where & How Do You Code Identifier In Jcl?
What is concatenating?
how to do automated restart when a job abends?
which utility is used to run a cobol-db2 program?
what is the use of IEBGENER utility?
List in order the hierarchical levels of jcl?
Name what parameter directs the output of the job log dataset?
What are the difference between jcl and jes?
What is the function of dd disp parameter?
How do you access an uncatalogued dataset in a jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the function of dd disp parameter?
How to do automated restart when a job abend?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?