Say I have a file with 12 records. Each record has the name
of the month. I have to append data in these 12 records
into 1 record. How is it possible?
Answer Posted / wing
Create an array then redefine it as a field that is long
enough to accommodate them all, then write the long field.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is DD statement is used in JCL?
What is job control language?
What is the significance of addrspc parameter in the exec statement?
What is Cataloged Procedures?
what are the statements that are not valid to be included in an include statement?
a dd statement has 2 types of parameters. Name them?
What statement can be used to send data to another mvs jes3 node?
How jcl is used for testing batch programs?
What are the difference between jcl and jes?
What is the use of symbol // in jcl?
Where can program checkpoints be stored for use in a restart?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can values be passed from the job stream to an executable program?