Can we create VSAM file by using IEBGENER?
Answer Posted / rikdeb
We can create with IEFBR14.Check it out
http://mframes.blogspot.in/2014/08/can-we-create-vsam-file-with-iefbr14.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
What do you understand by the term job time – out and how can you overcome that?
which parameter is use to declare the name of dataset in dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
which parameter is used to check the syntax of a jcl without executing it?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain how can a jobs execution priority be modified?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What dd statement is used to supply the name of a dataset?
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.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is JCL?
How can the attributes of one sms dataset be copied to another dataset?
what sort card you will use to copy the data from one dataset to another dataset?
How to override loadlib?