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 cedf?

0 Answers  


What is the main function of the sign-on table?

0 Answers  


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  


Define TCT.

0 Answers  






What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________

1 Answers   L&T, TCS, Wipro,


Define floating maps with illustration?

0 Answers  


Explain the term Transaction routing?

1 Answers   IBM,


What is eib?

0 Answers  


how do you execute a background cics txn ?

0 Answers   IBM,


What is the difference between a Symbolic map and Physical map ?

4 Answers   IBM,


Categories