Define an aica abend?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CICS Interview Questions

What is the primary objective of CICS ?

1 Answers   IBM,


How can u pass the control from one prog to another in CICS?

10 Answers   Cap Gemini,


What is the common work area (CWA)?

1 Answers   EDS, IBM,


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 ?

0 Answers  


Which is the EIB field that gives the date when a task was started?

1 Answers  


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

2 Answers  


How to establish dynamic cursor position on a map?

0 Answers  


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

0 Answers   IBM,


Explain the difference between dfhcommarea and tsq?

0 Answers  


The READ command with INTO option will read the record specified into the data area specified (True or False)

1 Answers  


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

2 Answers  


What is the use of mdt (modified data tag)?

0 Answers  


Categories