Sync points cannot be requested by the application programs
(True or False).
What are the 3 common ways to create maps?
Which command is used to release a record on which exclusive control is gained?
How do you dynamically set the CURSOR position to a specific field?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
what are the commands used to gain exclusive control over a resource?
What is eib?
Which is the CICS control program which governs the flow of control among the CICS application
How do you place the cursor on a particular position on the screen?
Can you define mapset?
can there be multiple mapsets for a single 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 ENQ and DEQ used in CICS?