×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Brian, the code in question is in a subroutine in a subprocedure.
jcds is local to the subprocedure.
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Brian Johnson
Sent: Thursday, March 15, 2012 4:40 PM
To: RPG programming on the IBM i / System i
Subject: Re: Free format read and write in subprocedure
Where is the subroutine, main or subroutine? Is jcds a local variable in the subprocedure?
On Thu, Mar 15, 2012 at 5:21 PM, Gary Thompson <gthompson@xxxxxxxxxxx> wrote:
A read within the subprocedure works
Read(N) APAM01JC jcds;
However, the record format, in the write in the subprocedure,
Write(E) APAM01JCR jcds;
triggers *RNF7030. (APAM01JCR is the record format for APAM01JC)
--
Brian Johnson
brian.johnson.mn@xxxxxxxxx
--
This is the RPG programming on the IBM i / System i (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.
As an Amazon Associate we earn from qualifying purchases.