× 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.



I never knew that so had to look it up, thanks Jon.

https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/rzasd/freedatastructure.htm
3. A data structure using DCL-SUBF to define some of its subfields.
Subfield select has the same name as an operation code allowed in
free-form calculations. DCL-SUBF is required for this subfield. See Table
1.
Subfield name does not have the same name as an operation code, so
DCL-SUBF is not required.
Subfield address does not have the same name as an operation code, so
DCL-SUBF is not required, but it is valid.
DCL-DS *N;
DCL-SUBF select CHAR(10);
name CHAR(10);
DCL-SUBF address CHAR(25);
END-DS;


You don't have to change the names to avoid "reserved" names in
free-form.

On data declarations in DS for example you simply add dcl-subj in front
of the name.
<br />
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.