kalos
Guest
|
Posted:
Fri Aug 05, 2005 12:52 am Post subject:
HIS2004 and RPG support keywords |
|
|
Hi,
The documentation says that TI supports the following keywords:
CONST
DATFMT
DIM
LIKE
LIKEDS
OCCURS
PACKEVEN
TIMFMT
and not some others...like
ALIGN
ALT
ALTSEQ(*NONE)
ASCEND
etc....list goes on
Since I am not very familiar with RGP. I Have the following questions:
1) Are these keywords used when defining data types in RPG or are they
executalble statements used in the program?
2) How common are are these keywords in an RPG program? Is it the case
that RPG programs conforming to the so called DPC environment,
supported by HIS2004 TI, would not use these keywords or is this an
additional limitation imposed on DPC compliant RPG programs? What I am
trying to figure out, is the percentage of RPG programs supported by
TI.
I assume if not supported, the alternative would be to call a CL
program through a stored procedure using the Managed Data Provider.
3) Are there any other limitations on calling RPG programs not
documented -or burried somewhere -in the HIS manuals?
4) Are there any alternatives to HIS providing better support for CL
programs...
Thanks A lot
Kalos |
|
Terry Bullington [MSFT]
Guest
|
Posted:
Mon Aug 22, 2005 8:53 pm Post subject:
RE: HIS2004 and RPG support keywords |
|
|
Most of the listed keywords are data description keywords and, in my
option, will not cause problems for programs that can be invoked via the
Distributed Program Call protocols. You may be able to invoke CL programs
using DPC but you'll have to try it to know for certain.
--------------------
From: "kalos" <kalodev@hotmail.com>
Newsgroups: microsoft.public.hiserver.general
Subject: HIS2004 and RPG support keywords
Date: 4 Aug 2005 14:38:18 -0700
Organization: http://groups.google.com
Lines: 42
Message-ID: <1123191498.355795.210800@g43g2000cwa.googlegroups.com>
NNTP-Posting-Host: 62.1.250.68
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1123191504 18594 127.0.0.1 (4 Aug 2005 21:38:24
GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 4 Aug 2005 21:38:24 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: g43g2000cwa.googlegroups.com; posting-host=62.1.250.68;
posting-account=mIsHmA0AAAC3s6Oylbj_vRRZSsNcBjae
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!g4
3g2000cwa.googlegroups.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.hiserver.general:1868
X-Tomcat-NG: microsoft.public.hiserver.general
Hi,
The documentation says that TI supports the following keywords:
CONST
DATFMT
DIM
LIKE
LIKEDS
OCCURS
PACKEVEN
TIMFMT
and not some others...like
ALIGN
ALT
ALTSEQ(*NONE)
ASCEND
etc....list goes on
Since I am not very familiar with RGP. I Have the following questions:
1) Are these keywords used when defining data types in RPG or are they
executalble statements used in the program?
2) How common are are these keywords in an RPG program? Is it the case
that RPG programs conforming to the so called DPC environment,
supported by HIS2004 TI, would not use these keywords or is this an
additional limitation imposed on DPC compliant RPG programs? What I am
trying to figure out, is the percentage of RPG programs supported by
TI.
I assume if not supported, the alternative would be to call a CL
program through a stored procedure using the Managed Data Provider.
3) Are there any other limitations on calling RPG programs not
documented -or burried somewhere -in the HIS manuals?
4) Are there any alternatives to HIS providing better support for CL
programs...
Thanks A lot
Kalos |
|