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 do you get the data to code the BMS macro?
Name the divisions, which are available in a cobol program?
What are various search techniques in cobol? Explain.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the problem of ordered sequential files access?
Mention the guidelines to write a structured cobol program?
What is rmode(24)
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules of SORT operation?
Difference between array and sub-script ?
What are the different open modes available in cobol?
How to remove 2 duplicate records and copy only one using job control language?
What is static and dynamic call in cobol?
What is the difference between PIC 9.99 and PIC9v99?
What is amode(31)