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
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Which mode is used to operate the sequential file?
What is amode(31)
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the pertinent COBOL commands?
) what is the difference between AID and HANDLE AID?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Difference between cobol and cobol-ii?
State the various causes of s0c1, s0c5 and s0c7.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the ksds vsam file formats from cobol programs
How do you reference the fixed block file formats from cobol programs
Whats the difference between search & search ALL?