bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Wed May 12, 2004 2:35 am Post subject: |
|
|
Hi Ravi,
in our shop we use PL1 and CICS and EXEC CICS commands.
Topics are:
- data types for exec cics commands are different, check the CICS documentation
- some pl1 features (FETCH Modules, datetime() builtion function ....) work different from using this features in IMS environment
- be careful with STATIC, AUTOMATIC storage attributes, are sometimes reasons for errors
- be careful with modules with several entrys (PL1 Entry Statement), calling this additional entry, the prologue code is not executed (INIT for AUTOMATIC varibles....)
What kind ix example do you need ?
Regards,
bauer |
|