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 dynamic transaction backout?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
What is the primary function of the Processing Program Table (PPT)?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
Explain how do you establish a starting position in a browse operation?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Explain how DSECT parameter is used in BMS ?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
Explain how do you intitiate another transaction?
How to dsect parameter is used in bms?
How is the storage determined in the symbolic map, if you have multiple maps?
What is the term conversational programs means?