how do u see the output of cics program?

Answers were Sorted based on User's Feedback



how do u see the output of cics program?..

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

how do u see the output of cics program?..

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

how do u see the output of cics program?..

Answer / ram

By entering the Transaction id with cemt command send map.

Is This Answer Correct ?    3 Yes 3 No

how do u see the output of cics program?..

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

Post New Answer

More CICS Interview Questions

Define the attribute byte?

0 Answers  


What is the use of DCT?

2 Answers   IBM,


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?

2 Answers   Thomson,


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


Name the three ways available for a program to position the cursor on the screen?

0 Answers  






I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


Can you define mapset?

0 Answers  


What are the common cics service programs and explain their usage?

0 Answers  


Is length = 0 sufficient to ascertain that the field has been modified?

0 Answers  


What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?

2 Answers   IBM, TCS,


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


Can you access QSAM (seq ) files from CICS ?

2 Answers   IBM,


Categories