|
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> wrote on 07/01/2019transmission.
02:26:16 PM:
I'm creating procedure where I want to pass the file name to thedata
procedure. So my file declaration in the procedure is...
dcl-f infile disk usropn extfile(pFileIn);
Now when I want to read the file as it's in a procedure I must use a
structure. How do I define the data structure as the file isfound;
unknown at compile time. I'm thing something like...
dcl-ds inFileDs extname(pFileIn) end-ds; But it gives me
RNF3523: External description INFILEDATA for data structure is not
data structure is ignored.
RNF3608: The parameter for the EXTNAME or EXTFLD keyword must be a
character literal or constant.
How should I be defining this?
If you really want to use "standard" RPG for this type of
access then you would have to create an open data structure (i.e.,
with no
subfields) and parse it out yourself using %substr. But then you
would have to know the file layout ahead of time, too -- or use an API
to get the equivalent of DSPFFD. Alternatively, SQL has DESCRIPTORS
to get the column definitions.
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
questions.
Thanks,
Rob
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post
a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://urldefense.com/v3/__https://lists.midrange.com/
mailman/listinfo/rpg400-l__;!s27icpZD2fbA_A!
MkKppGnwAoTf7X4MUGG87i8PYhG_IraFw330A1_Jm1n66a3RiulJRogUeYLaB7HvXQU$
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://urldefense.com/v3/__https://archive.midrange.com/rpg400-
l__;!s27icpZD2fbA_A!
MkKppGnwAoTf7X4MUGG87i8PYhG_IraFw330A1_Jm1n66a3RiulJRogUeYLacMYGhVM$ .
Please contact support@xxxxxxxxxxxx for any subscription related
link:
Help support midrange.com by shopping at amazon.com with our
affiliate
https://urldefense.com/v3/__https://amazon.midrange.com__;!
s27icpZD2fbA_A!
MkKppGnwAoTf7X4MUGG87i8PYhG_IraFw330A1_Jm1n66a3RiulJRogUeYLala07x6Q$
**********************************************************************
*********************** This email message and any attachments is for
use only by the named
addressee(s) and may contain confidential, privileged and/or
proprietary information. If you have received this message in error,
please immediately notify the sender and delete and destroy the
message and all copies. All unauthorized direct or indirect use or
disclosure of this message is strictly prohibited. No right to
confidentiality or privilege is waived or lost by any error in
--
**********************************************************************
***********************
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.