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 |
jcl is like a complier....?
What is RESTART? How is it invoked?
can we give instream data in procedure
What is the purpose of dd * statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain how can return codes be tested before execution of a job step?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
Explain how can values be passed from the job stream to an executable program?
How to submit jcl through a cobol program?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??