What does the 'ceci:cics' transactions do?
No Answer is Posted For this Question
Be the First to Post Answer
Define floating maps with illustration?
when will be use the tdq and tsq??
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 do you access storage outside your CICS program?
What is the function of the LOAD command?
If we say that bms length of field = 0, then what does that mean?
What are the types of important programs that are used in the cics?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
difference between tsq and tdq?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Define RCT.
How do you use extended attributes ?