The READ command with INTO option will read the record
specified into the data area specified (True or False)
If DATAONLY option is specified in the SEND MAP command what will happen?
How do you use altindxs in batch, cics programs?
What is data only and map only in cics
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What is quasi rentrancy concept in CICS?
Define cebr?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
Name and explain some common CICS abend codes?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What do the keywords MAPONLY and DATAONLY mean?
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
Highlight the points of differences between XCTL and START?