Define an aica abend?
What is the primary objective of CICS ?
How can u pass the control from one prog to another in CICS?
What is the common work area (CWA)?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Which is the EIB field that gives the date when a task was started?
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 establish dynamic cursor position on a map?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Explain the difference between dfhcommarea and tsq?
The READ command with INTO option will read the record specified into the data area specified (True or False)
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
What is the use of mdt (modified data tag)?