-----Original Message-----
From: owner-rpg400-l@midrange.com
[mailto:owner-rpg400-l@midrange.com] On
Behalf Of tomh@simas.com
Sent: Friday, August 03, 2001 6:39
AM
To: rpg400-l@midrange.com
Subject: SQLRPGLE problem
I have an SQLRPGLE service program (snippet follows):
h
nomain
*************************************************************
*
Compile instructions:
*
*
Compile using PDM option 15, then
*
*
CRTSRVPGM SRVPGM(REDICE/WO11SRVR) EXPORT(*ALL)
*
*
TEXT('Service program for Work Order 11')
*
*
ACTGRP(*CALLER)
*
*************************************************************
d
ds
d
cm
8192 inz(*blanks)
**************************************************************
*
Prototype for ILE C 'system' command
*
**************************************************************
d
SystemCmd pr 10i
0 extproc('system')
d
cmd
* value options(*string
/copy
qprotosrc,AgeMths
/copy
qprotosrc,IsValidCmp
/copy
qprotosrc,RtvChnIdDs
/copy
qprotosrc,RtvCmpName
/copy
qprotosrc,RtvLocName
/copy
qprotosrc,RtvCusName
d
ErrorCode s 7a
import('_EXCP_MSGID')
d
Failed c
1
The
option 15 from the PDM menu works with no errors
When
I do the CRTSRVPGM, it fails with the following messages in the joblog:
Definition
not found for symbol '_EXCP_MSGID'.
Definition
not found for symbol 'system'.
Service
program WO11SRVR not created.
What
am I missing?
Tom
Hightower
Solutions, Inc
http://www.simas.com
------------
If Bill Gates had a dime for every time a Windows box crashed... oh, wait - he
does.