How can you add a particular field/coloumn in copybook?
Answer Posted / ajinkya bijagare
If Copybook changes(Table changes)are done like insertion of new field.
1) Re-compile the copybook after changes are done.
2) Find all the COBOL program and subprograms which is having SELECT, INSERT,DELETE, UPDATE DB2 statements.
3) Check if needed to insert newly added field name in the query. If yes do so and Re-compile all changed programs and subprograms.
4) In this way new Cobol program load module will get created with new copybook.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
What is a SSRANGE and NOSSRANGE?
What are the different open modes available in cobol?
What is the difference between binary search and sequential search?
What are the different types of condition in cobol and write their forms.
What are the different data types in cobol?
What is the utilization of copybook in cobol?
IF I mention stop run in CICS what happens?
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
how can i see junk values in dclgen or in hostvariable of comp ?
How to know whether the module is dynamical or statistical?
What are the rules of the move verb?
What rules are to be followed while using the corresponding options?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Which division and paragraphs are mandatory for a COBOL program?