Answer Posted / vijay
1.IEBGENER is used to copy contents from
* one PS to another PS/member of a PDS,
* one PDS member to a PS/member of a PDS.
2.It is also used to concatenate two datasets with same
BLK size.
3.The source can be a instream data/ a PS/member of a PDS.
The destination can be a PS/member of a PDS/spool data.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
when can a job time-out occur? How to overcome that?
Can we use DISP=SHR in output file in JCL
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Are there any set of rules for the names of the steps used in a job? What are they?
how you can access an uncataloged dataset in a JCL?
How would you understand error(execution phase)?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
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.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is the difference between JES3 and JES2?
Give the syntax of job specifying jcl statement.
Explain how can the attributes of one sms dataset be copied to another dataset?
What happens if both JOBLIB & STEPLIB is specified ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?