Can we create VSAM file by using IEBGENER?
Answers were Sorted based on User's Feedback
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 |
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
What is DYNAMBR in jcl?
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.
What is a PROC? What is the difference between an instream and a catalogued PROC?
can we maintain 2 generations with different Lengths in Same GDG ?
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.
Explain the jcl exec statement?
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.
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 ?
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?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete