|
M Hello Heba, You wrote (on RPG400-L): >Is there any command / work around that can retrieve the elementary >imbedded partlists within a partlist ( I need to know only the names of >the of the imbedded partlists) not to expand the partlist. The RTVPARTINF command will return the real library, object, and object type used to store a part. A PARTL part is implemented as a physical file with three fields: LITYPE CHAR(10) LIPART CHAR(10) LIINFO CHAR(80) The file is based on the template file QALYPRTL in QADM and the first two fields form a unique key. You could invoke RTVPARTINF to determine the real file name from a CL program. Then call an HLL program passing those parameters. The HLL would declare the QALYPRTL template file as user-open, issue an OVRDBF to the correct file, open it and do a direct read (CHAIN and then READE in RPG) in a loop looking for the value PARTL in the field LITYPE. Although you said you didn't need to expand the embedded PARTL parts, that could easily be accomplished by calls to RTVPARTINF for each PARTL part in the file. Regards, Simon Coulter. «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«» «» FlyByNight Software AS/400 Technical Specialists «» «» Eclipse the competition - run your business on an IBM AS/400. «» «» «» «» Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 «» «» Fax: +61 3 9419 0175 mailto: shc@flybynight.com.au «» «» «» «» Windoze should not be open at Warp speed. «» «»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«» +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@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.