Mention the option (along with argument type) used in a
CICS command to retrieve the response code
Answers were Sorted based on User's Feedback
Answer / sahil
Exec Cics Send
Map(map)
Mapset(mapset)
resp(ws-resp)
End-Exec.
Ws-Resp is declared in working storage section
ex..IF WS-RESP = DFHRESP(MAPFAIL)
Is This Answer Correct ? | 2 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
Explain the primary function of the processing program table (ppt)?
What is the primary function of the Processing Program Table (PPT)?
How will you access a VSAM file using an alternate index?
What is a cics task?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
What is the CICS command that gives the length of TWA area?
What is the use of the program list table?
What is a cursor in CICS sql processing?
Define temporary storage?
At which situation we need to use the push and pop conditions...pls tell me with exampls.
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?