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 |
How would you release control of the record in a READ for UPDATE?
What is the EXEC CICS HANDLE ABEND?
How vsam files are read in cics pgms?
What does the 'cemt:cics' transactions do?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Why is it important not to execute a STOP RUN in CICS ?
Explain the logical message in cics?
What are the cics tables?
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 ?
What is the use of DCT?
Which of the following statements correctly describe the syntax of CICS command language?
How ENQ and DEQ used in CICS?