+ Reply to Thread
Results 1 to 3 of 3

Thread: library list

  1. #1
    Code400 Newbie rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian Whats the funny smell? rajapandian's Avatar
    Join Date
    Sep 2008
    Location
    bangalore,india
    Posts
    150
    Rep Power
    680

    library list

    i had one simple doubt regarding files operation

    i had one file in four libraries like 1,2,3,4

    i update the file using program..i set the library list as 4,3,2,1

    in what manner it will get updated?

  2. #2
    ASR Administrator FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE You are master of all that is CLLE FaStOnE's Avatar
    Join Date
    Nov 2005
    Location
    Phoenix, AZ
    Age
    47
    Posts
    2,216
    Rep Power
    3292

    Re: library list

    Unless your program implicitly defines the file name -OR- you override the file with the OVRDBF command before calling your program, the update will only happen to FileName in the FIRST Library where FileName is found.

    In the scenario you list above... FileName would be updated in 4 if the library List is set to 4, 3, 2, 1 -- conversely, FileName would be updated in 1 if the library list is set to 1, 2, 3, 4. *NOTE* ... FileName in all subsequent folders below the first library would not be updated.
    -Rick

    _____________________________
    Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.

  3. #3
    Code400 Newbie swarup How long am I stuck at *ZEROS?
    Join Date
    Mar 2010
    Location
    India
    Posts
    11
    Rep Power
    0

    Re: library list

    the file name you refered in the program, that file name will be first searched in the library list by top down approach...
    like 4 you have set in the library list as high priority, then it will find the file in that library and update there itself.

+ Reply to Thread

Similar Threads

  1. Adding a library to a JOBD Library List
    By Aider1975 in forum Iseries System administration
    Replies: 2
    Last Post: September 8th, 2009, 10:44 AM
  2. library list not being used...
    By bryce4president in forum Tips and Techniques
    Replies: 12
    Last Post: September 17th, 2008, 07:40 AM
  3. Edit Library List?
    By violinsoundcool in forum RDi/WDSC - Tips & Tricks
    Replies: 7
    Last Post: August 28th, 2008, 03:58 PM
  4. QBATCH Library List
    By keanhoo168 in forum ANY THING GOES
    Replies: 6
    Last Post: January 21st, 2008, 07:38 PM
  5. change library list
    By jamief in forum /Free format
    Replies: 0
    Last Post: March 28th, 2006, 09:00 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts