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



Stiju, very easy to chain by relative record number, on the FSPEC, specify
the physical file, but do not specify that it's keyed (even if it may be).

Then you chain by RRN.  Do not put parenthesis around the number on the
chain statement.

FFILE1     IF   E             DISK

 /Free
   rrn = 3425;
   Chain rrn FILE1;
   If not %Found(FILE1);
      PREN = *Blanks;
   EndIf;
   *inlr = *On;
   return;
 /End-Free

Also, here's a great site to look for help.  There's PDF manuals and
everything.

http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp

Michael Schutte
Work 614-492-7419
email  michael_schutte@xxxxxxxxxxxx


                                                                           
             "Stiju Easo"                                                  
             <stiju.as400@gmai                                             
             l.com>                                                     To 
             Sent by:                  "RPG programming on the AS400 /     
             rpg400-l-bounces@         iSeries" <RPG400-L@xxxxxxxxxxxx>    
             midrange.com                                               cc 
                                                                           
                                                                   Subject 
             04/12/2006 06:52          Chaining ussing RRN#                
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
              RPG programming                                              
              on the AS400 /                                               
                  iSeries                                                  
             <rpg400-l@midrang                                             
                  e.com>                                                   
                                                                           
                                                                           




Hi Friends,

  How can i chain a record ussing RRN no,
  I want to know how i could retrive RRN no of a pirticular Record,
  I didnt use this metord before,

My problem is
 My ordinary chain fails even though it points to correct record
   (I verified by checking values in debug mode)
   I cant redesign the PF bcoz its created by SQL from some other
application
     I need to carry on with it

   Plse guide me in running by RRN way.
    If any other idea is possible please suggest.
--
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.