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 |
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
What is a two Phase commit in CICS?
What Are Send Map Maponly & Send Map Dataonly ?
Define primary objective of cics?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
Kindly specify the pic clause for the any bll cell type of data fields?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What is the primary objective of CICS ?
What is the tcp in the cisc?
Sync points cannot be requested by the application programs? State true or false
The read of a record from an Intrapartition TDQ is not destructive(True or False).