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

How does call to CICS command look like after Translation


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

New User


Joined: 20 Mar 2005
Posts: 8
Location: Bangalore

PostPosted: Tue May 10, 2005 12:07 pm
Reply with quote

Hi,
we know that in a cobol cics program after Translation step the CICS commands are replaced by cobol call statements. can anyone tell how do these call look like.

hanks in advance,
Raju
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Tue May 10, 2005 12:58 pm
Reply with quote

u can see this in the compiled version of the program.
for example
Quote:

*EXEC CICS ASSIGN
* TWALENG(CICS-TWA-LENGTH)
*END-EXEC.
Call 'DFHEI1' using by content x'0208800007020000000000000000
- '0000000000000000f1f2f4f7f8404040' by reference
CICS-TWA-LENGTH end-call.


in this case DFHEI1 is the program which is called to assing the memory mentioend by CICS-TWA-LENGTH.
is this what u need..let me know...
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top