Name a few CICS programs which are generally used ?


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

Post New Answer

More CICS Interview Questions

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  


What is the name of the mapset definition macro?

1 Answers  


Explain floating maps with illustration.

1 Answers   IBM,


What is a two Phase commit in CICS?

2 Answers   IBM,


How vsam files are read in cics pgms?

0 Answers  






how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


What is the effect of including the TRANSID in the EXEC CICS RETURN command?

2 Answers  


What is an ASRA abend ?

3 Answers   IBM,


How do you invoke other programs? What are the pros and cons of each method?

1 Answers  


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  


Define RCT.

0 Answers  


Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?

0 Answers  


Categories