|
View previous topic :: View next topic
|
| Author |
Message |
vinayakaa
New User
.jpg)
Joined: 20 Mar 2005 Posts: 8 Location: Bangalore
|
|
|
|
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 |
|
 |
kanak
Moderator

Joined: 12 Mar 2005 Posts: 252 Location: India
|
|
|
|
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 |
|
 |
|
|