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



If I understand what you are trying to do, you can make another Data
structure (Or even a field) with the name:
 
D CurrentValues  E DS   extname(DSPFILE :DSPFILE01) qualified
D DSPFILE01Bef     S    Like(CurrentValues)
...
C Move CurrentValues  DSPFILE01Bef
 
 
---------------------------------------------------------
Booth Martin   http://www.MartinVT.com
Booth@xxxxxxxxxxxx
---------------------------------------------------------
 
-------Original Message-------
 
From: RPG programming on the AS400 / iSeries
Date: Tuesday, June 03, 2003 2:36:56 PM
To: RPG programming on the AS400 / iSeries
Subject: move record format to a data structure
 
correction:
 
is there anyway to move a record format to a data structure without declare
a DS with the record format name? For example: display file name DSPFILE has
a record format of DSPFILE01. I want to be able to do the following:
 
FDSPFILE CF E WORKSTN 
 
D DSPFILE01Bef E DS extname(DSPFILE :DSPFILE01) qualified
 
 
C move DSPFILE01 DSPFILE01Bef
C . . . 
 
 
I get the following compile error:
*RNF7260 30 12159 951623 The Factor 2 operand DSPFILE01 is not valid for the
specified operation. 
. 


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.