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 |
what are the options in file-aid to edit vsam dataset and to compare data sets.
How Can we see all generations of a GDG ?
how can you check if a file is empty using jcl?
what is use of disp parameter in dd statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
Where can program checkpoints be stored for use in a restart?
What is multithreading in jcl?
wht r different types of sorts ?