What is the option that is used to erase all unprotected
fields during a SEND MAP operation?
Answers were Sorted based on User's Feedback
Answer / stephen
ERASE will erase all fields and ERASEUP will erase all
unprotected fields before sending the map.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ganesh
i think we can move low-values to the particular field to
erase
Is This Answer Correct ? | 2 Yes | 5 No |
What is the function of the EXEC CICS HANDLE CONDITION command?
How can we initiate a transaction from batch?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
Name the cics command that gives the length of twa area?
Name the 3 common ways to create maps?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
What information can be obtained from the EIBRCODE?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
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
Can you define cics task?
Sync points cannot be requested by the application programs? State true or false
How do you make your BMS maps case sensitive?