How to get the cursor position when we receive a map?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain exec cics handle condition command?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
What?s the CICS command used to access current date and time?
Which is the macro used for making an entry in the PPT
What are the classifications of the cics program?
What RCT Entries will you make for a CICS DB2 program??
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Which of the following statements correctly describe the syntax of CICS command language?
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 difference between a physical BMS mapset and a logical BMS mapset?
What is mainframe cics?
Mention the option (along with argument type) used in a CICS command to retrieve the response code