how do u see the output of cics program?

Answers were Sorted based on User's Feedback



how do u see the output of cics program?..

Answer / kingmanish

There is not much difference in Cobol or cics at this front.
it all depends where you want to see the output.

You can SEND the output which in case would be displyed on
the screen.

secondly u can define map and use map variable to display
send the map on screen and display the values.

you can also write the output in files. In this case the
file entry must be made before hand in the FCT.

Is This Answer Correct ?    9 Yes 1 No

how do u see the output of cics program?..

Answer / srikanth alla

if the transaction(related program)is initiated we can see the the output of the program

Is This Answer Correct ?    2 Yes 2 No

how do u see the output of cics program?..

Answer / ram

By entering the Transaction id with cemt command send map.

Is This Answer Correct ?    3 Yes 3 No

how do u see the output of cics program?..

Answer / mahendra babu

if u write trans(trans id) in the program. u want execute ur program. n u can see ur cics screen u can use cemt command.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More CICS Interview Questions

What is the use of the eibaid field?

0 Answers  


What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).

2 Answers  


which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

0 Answers   IBM,


Explain floating maps with illustration.

1 Answers   IBM,


What is the use of using MDT in CICS? How it works?

3 Answers   Barclays,


What tables must be updated when adding a new transaction and program?

2 Answers  


List all the CICS tables and explain their contents.

3 Answers   IBM,


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


Define task work area?

0 Answers  


How errors are handled in CICS programs?

0 Answers  


What RCT Entries will you make for a CICS DB2 program??

1 Answers   Accenture,


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


Categories