if we want to add new column in the db2 table.How can add in the copybook?
Answers were Sorted based on User's Feedback
Answer / rajasekhar reddy
we caanot insert a new column in between of the other
columns.But we can insert the column after last column of
the table.Then alter the table for DCLGEN
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / tej
After altering the table by adding the new column regenerate
the DCLGEN of the table.
Question posted in wrong section.Should be in DB2.
| Is This Answer Correct ? | 9 Yes | 0 No |
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
What is non-conventional programs?
Sync points cannot be requested by the application programs (True or False).
Can you explain common systems area?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
What is DFHAID? what is its use?
Name the macros used to define the following: MAP MAPSET FIELD
How do you invoke other programs? What are the pros and cons of each method?
What is the general Command format of CICS ?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
Name a few CICS programs which are generally used ?