Can we create VSAM file by using IEBGENER?

Answers were Sorted based on User's Feedback



Can we create VSAM file by using IEBGENER?..

Answer / sainath

No,

You can create Using following way

1.IDECAMS
2.ISPF
3.FILE-AD

Is This Answer Correct ?    18 Yes 2 No

Can we create VSAM file by using IEBGENER?..

Answer / sreen

You can create through IDCAMS utility

Is This Answer Correct ?    12 Yes 0 No

Can we create VSAM file by using IEBGENER?..

Answer / 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

Can we create VSAM file by using IEBGENER?..

Answer / king

HI PALS I THINK WE CAN CREATE . DSORG =KS/ES/RR IS USED TO DO THAT .

PLEASE TELL ME IF I AM WRONG

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More JCL Interview Questions

if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


What is DYNAMBR in jcl?

2 Answers   CTS,


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  






can we maintain 2 generations with different Lengths in Same GDG ?

3 Answers   RBS,


How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.

3 Answers  


Explain the jcl exec statement?

0 Answers  


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

4 Answers   DELL,


if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete

4 Answers  


Categories