What is the command used to send a map to a terminal?
What is DFHAID? what is its use?
What is the pcp in the cics?
How is addressability achieved to the data outside programs working-storage.?
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
Sync points cannot be requested by the application programs (True or False).
What is the difference between a Symbolic map and Physical map ?
What do the terms locality of reference and working set mean?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
What is the difference between a physical BMS mapset and a logical BMS mapset?
If I create a TSQ from one transaction, can I read it from another transaction?
Explain the significance of rdo?
Highlight the points of differences between XCTL and START?