Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How does call to CICS command look like after Translation

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
vinayakaa

New User


Joined: 20 Mar 2005
Posts: 9
Location: Bangalore

PostPosted: Tue May 10, 2005 12:07 pm    Post subject: How does call to CICS command look like after Translation
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
References
kanak

Moderator


Joined: 12 Mar 2005
Posts: 259
Location: India

PostPosted: Tue May 10, 2005 12:58 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1