James Pemberton
Guest
|
Posted:
Tue Aug 16, 2005 4:53 pm Post subject:
Calls to RPGLE modules |
|
|
I've noticed that the only way to import call paramaters, RPGLE, through
HIS2004 is to have a plist defined within the program. We have deleveloped
serveral RPG modules, multiple methods within the same source file, and was
wondering if there was a way to call the individual methods within a module
without having to write another program that contains a PLIST? |
|
Terry Bullington [MSFT]
Guest
|
Posted:
Mon Aug 22, 2005 8:53 pm Post subject:
RE: Calls to RPGLE modules |
|
|
HIS TI implements the Distributed Program Call interface as defined by IBM
which requires the use of a PLIST. If you wish to write your own listener
program which would handle incoming connection requests, receive the
request data, invoke the appropriate program and then send the reply data
you can avoid the use of a PLIST (this is usually more work than most
customers are willing to do). If you do decide to roll your own we can
assist to some extent.
--------------------
From: "James Pemberton" <james.pemberton@devro-casings.com>
Subject: Calls to RPGLE modules
Date: Tue, 16 Aug 2005 09:46:41 -0400
Lines: 7
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
X-RFC2646: Format=Flowed; Original
Message-ID: <uGA7vjmoFHA.3960@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.hiserver.general
NNTP-Posting-Host: 12.21.188.2
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.hiserver.general:1899
X-Tomcat-NG: microsoft.public.hiserver.general
I've noticed that the only way to import call paramaters, RPGLE, through
HIS2004 is to have a plist defined within the program. We have deleveloped
serveral RPG modules, multiple methods within the same source file, and was
wondering if there was a way to call the individual methods within a module
without having to write another program that contains a PLIST? |
|