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 are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
Define temporary storage?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Define the term transaction routing?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What is a cics task?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
Name some important fields in the EIB block ?
Define an aica abend?
Explain re-entrancy as applies to CICS.
For a CICS-DB2 program, how is the plan referenced?
When you do a START, what will the value of EIBCALEN?