|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
invoking CICS program written in PL/I using CICS requestNode |
« View previous topic :: View next topic » |
Author |
Message
|
ace_gs |
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: 3
|
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?
Any relevant documentation may please be shared.
Thanks |
|
Back to top |
|
 |
Vitor |
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. |
|
Back to top |
|
 |
ace_gs |
Posted: Wed Mar 17, 2021 2:43 am Post subject: |
|
|
Newbie
Joined: 12 Jan 2021 Posts: 3
|
Thanks
1. I was able to invoke PL/I program using CICSrequest Node
2. Problem is with creating data structure using DFDL to pass on Commarea. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Mar 17, 2021 2:16 pm Post subject: Re: invoking CICS program written in PL/I using CICS request |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Vitor wrote: |
But it's nice to hear about PL/1. Not written anything in that since the 1980s; nice language with many memories
 |
I did some PL/I coding in the 1990s. It was selected as the code base for a multi-platform product. We wrote a language translator to convert PL/I source code to C. In case you are not familiar with this fairly obscure legacy language, check out the "PL/I Primer" from 1965 Like COBOL and FORTRAN, there are still plenty of active PL/I apps out there. _________________ Glenn |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Mar 18, 2021 7:13 am Post subject: Re: invoking CICS program written in PL/I using CICS request |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
gbaddeley wrote: |
In case you are not familiar with this fairly obscure legacy language, check out the "PL/I Primer" from 1965 Like COBOL and FORTRAN, there are still plenty of active PL/I apps out there. |
I recall once owning that primer. It sat proudly in my college bricks and boards bookshelf. Likely tossed it along with Autocoder doc. Yes, that old. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|