IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

any command to know the program a trans. calls.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ursprasanna
Warnings : 2

New User


Joined: 15 May 2006
Posts: 20
Location: chennai

PostPosted: Tue Jun 13, 2006 3:29 pm
Reply with quote

Hi all,

In CICS is there by any way possibele to get the progarm name which the transaction call.

Mostly we have both the transaction name and the program name as the the sdame one except the last 2 character.

If in case the Program name and the transaction name are not the same is that possibe to find that .

I dont want to see any CICS table for getting the program name.


Thanks,
Prasanna Subramaniam.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Jun 13, 2006 8:00 pm
Reply with quote

Hello,
I think this is what you need:
Code:
EXEC CICS INQUIRE
    TRANSACTION(fld-tran)
    PROGRAM(fld-prog)
END-EXEC

fld-tran: INPUT, contains the transaction name you want to check.
fld-prog: OUTPUT, after the command executes, will contain the name of the program name related to the transaction.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top