Thanks, Barbara. That was the problem. And CP was right. You did need to see the lines above.
Marvin
No trees were killed in the sending of this message, but a large number of electrons were terribly inconvenienced
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Barbara Morris
Sent: Thursday, July 21, 2016 3:37 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Problem in /Free constant declaration
On 7/21/2016 6:04 PM, Marvin Radding wrote:
CRPence & Alan,
Here are the lines from the first non-commented line to several below the error:
0030.83 002200+ *========================================================================
0030.84 002300+ dcl-c soapEnvelope_begin
0030.85 002400+ const('<soapenv:Envelope xmlns:soapenv="http:-
0030.86 002500+ //schemas.xmlsoap.org/soap/envelope/">');
0030.87 002600+
0030.88 002700+ dcl-c No_soapHeader const('<soapenv:Header/>');
0030.89 ======> abbbbbbbcddddddef g
Line 0030.86 002500 is a comment line, since it starts with //
Try moving the // to the end of the first line of the constant.
dcl-c soapEnvelope_begin
const('<soapenv:Envelope xmlns:soapenv="http://-
schemas.xmlsoap.org/soap/envelope/">');
--
Barbara
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Notice: This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. This message may also contain Protected Health Information (PHI) and must be treated confidentially and handled in accordance with HIPAA and other federal and state privacy laws. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you are not the intended recipient or their designee, please notify the sender immediately and delete this e-mail (and any accompanying attachments).
As an Amazon Associate we earn from qualifying purchases.