How can you add a particular field/coloumn in copybook?
Answer Posted / dinesh rathod
You need to modify the underlying data file to match your file definition in COBOL. One way to do so would be to define a line of output exactly like what lines of your data look like now, but with an extra Pic x(10) on the end of it. You would then read in your data line by line, and output it to a new location
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How many sections are there in data division in COBOL?
Which mode is used to operate the sequential file?
Write down the divisions of cobol program?
How to know whether the module is dynamical or statistical?
What is the use of intialize verb?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What guidelines should be followed to write a structured cobol prgm?
State the various causes of s0c1, s0c5 and s0c7.
i need a small 3d program using inline and outline.
A table has two indexes defined. Which one will be used by the SEARCH?
Explain how you can characterize tables in cobol?
What are the various section in data division and briefly explain them.