I have the transaction name for cics screen.. With the
transaction name, how will I find the cics program written
for the transaction and BMS map program also...
Answers were Sorted based on User's Feedback
Answer / mahesh
you can us e
CEMT INQUIRE TRAN(XXXX) PROG(*)
It will show the program that are used by the transcation
(XXXX)
Is This Answer Correct ? | 26 Yes | 0 No |
PCT (Program COntrol Table) contains transaction id and the
corresponding program name.
Once we got program name from PCT we can browse through PPT
(Processing Program Table) which contains Program name,
Mapset name, Language, Size, Main storage address, Task
User counter and Load library address.
~ Himanshu
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / xyz
Using CEMT INQUIRE command you can inquire any CICS table.
For example you can use CEMT INQUIRE TRANS(*) to browse the
PCT table.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / adarsh
but whats the method to browse PCT table or any cics table
Is This Answer Correct ? | 0 Yes | 2 No |
What is mainframe cics?
Name a few CICS programs which are generally used ?
How do you fire a batch job from a CICS transaction ?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
what is the option to be coded on return to associate a transaction identifier with next terminal.
What is MDT? What are FSET, FRSET ?
What is ASRAABEND in CICS?
What are fset, frset?
how do you execute a background cics txn ?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
How do you enter into cics region and how many regions available?