Explain ceci transaction commands?
No Answer is Posted For this Question
Be the First to Post Answer
Name the cics command used to access current date and time?
Define the term mro (multi region operation)?
Can you define transid?
What is the general Command format of CICS ?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
What is the ABEND command and when would you use it?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
Can any one write coding for scrolling logic or page up & page down?
How is dynamic memory allocated within a CICS application program?
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
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
What is a Logical Unit of Work (LUW)?