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



Data structure, no, not exactly, but you can do either of these two
techniques and get the result you want.

D CustDS     DS                    ExtName(CustMast)
D myDS       DS
D   dummy                          Like(CustDS)

Or

D D1CustMast   S                  Like(CustDS)

You end up with a field (D1CUSTMAST) or a Data Structure (MYDS) with the
same length of the original database file named CUSTMAST.

In CL?  Nope.

-Bob Cozzi
www.RPGxTools.com
If everything is under control, you are going too slow.
- Mario Andretti

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Shaheen Ahmed
Sent: Wednesday, May 11, 2005 11:31 AM
To: RPG400-L@xxxxxxxxxxxx
Subject: Two Questions.

I have two Questions for RPG guru's.
 
a)  Is it possible in RPG to define a data structure length same as the
record length of an externally define physical file?. 
    I don't want to include the field names in my data structure. 
    e.g. (D1CustMast      DS                      ExtName(CustMast)  OR
D1CustMast     DS                 LikeRec(CustMast00) )
 
b)  Is it possible to define the length of a variable in CLLE same as the
record length of an externally define physical file?.
 
-- 
This is the RPG programming on the AS400 / iSeries (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.

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.