|
Nearly. Needs quotes around the EXTNAME item, i.e. ExtName('LMBJDS104W')
From the RPG IV Reference:
"• In a free-form definition, the file-name and format-name parameters must be character literals or named constants representing character literals. If a parameter is a named constant, the constant must be defined prior to the definition statement."
On 26/04/2024 19:30, Peter Dow wrote:
Something like
DCL-DS DS_WMS0104 EXTNAME(LMBJDS104W) PREFIX('W_') END-DS;
or
DCL-DS DS_WMS0104
EXTNAME(LMBJDS104W)
PREFIX('W_')
END-DS;
--
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
petercdow@xxxxxxxxx
pdow@xxxxxxxxxxxxxx /
On 4/26/2024 11:13 AM, Mohan Eashver wrote:
Happy Friday to you, how are you?
Will you please recommend a Free RPG syntax for the below ?
* D DS_WMS0104 E DS EXTNAME(LMBJDS104W) D
prefix('W_')*
----
Regards,
Mohan Eashver
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.