What is the error condition that is set when the file
specified in the NAME option is not in the FCT?
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 the meaning of the enq command?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
How do you delete Item 3 in a five-item TSQ?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What is the comaera?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How are screens created in cics
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Explain how do you handle errors in cics programs?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?