Posted: Tue Jan 12, 2021 1:21 am Post subject: invoking CICS program written in PL/I using CICS requestNode
Newbie
Joined: 12 Jan 2021 Posts: 1
Hi All,
I have a requirement wherein ACE (11.0.0.10) has to invoke CICS program using CICSrequestNode. Can someone help with below: -
1. Can CICS request node be used to invoke programs written in PL/I? Or it supports only programs written in COBOL.
2. Can PL/I copy book (not COBOL copybook) be imported to ACE to create message structure?
Posted: Tue Jan 12, 2021 6:28 am Post subject: Re: invoking CICS program written in PL/I using CICS request
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
ace_gs wrote:
1. Can CICS request node be used to invoke programs written in PL/I? Or it supports only programs written in COBOL.
The CICSRequest node invokes CICS transactions. It doesn't matter to ACE what language was used to create the transaction any more than it matters to anything else trying to invoke a CICS transaction. Once source code has been through a compiler and linked, it all looks the same.
ace_gs wrote:
2. Can PL/I copy book (not COBOL copybook) be imported to ACE to create message structure?
Not to my knowledge and this is where you're going to have trouble. It makes no difference to anything invoking a CICS transaction in COBOL, C, PL/1 or Assembler. It makes a huge amount of difference when you try and pass data through COMMAREA (or however you choose to pass it). That is language specific and even after you've had crafted a DFDL model, you'll need to be careful about encoding. PL/1 is odd about it's endian handling.
But it's nice to hear about PL/1. Not written anything in that since the 1980s; nice language with many memories...….
_________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum