how do u see the output of cics program?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / ram
By entering the Transaction id with cemt command send map.
| Is This Answer Correct ? | 3 Yes | 3 No |
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 |
What is a transid?
Define the term mro (multi region operation)?
Differentiate between PCT and FCT.
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Name three ways the Modified Data Tag can be set on?
In which table would you make an entry for a BMS map?
i would like to practise some programs in code some cics programs plz send the programs
Define cics interface block?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
What is quasi rentrancy concept in CICS?
Explain the term Transaction routing?
Explain the difference between and exec cics xctl and exec cics start command?