+ Reply to Thread
Results 1 to 5 of 5

Thread: where is the library list stored?

  1. #1

    Default where is the library list stored?

    Try the code fragment below in a CL...
    Code

  2. #2

    Default where is the library list stored?

    RTVJOBA USRLIBL(&USRLIBL) CURLIB(&CURLIB) SYSLIBL(&SYSLIBL)

  3. #3

    Default where is the library list stored?

    Strongly not recommended way to check if library is in library list: ADDLIBLE YOURLIB *LAST MONMSG CPF2103 EXEC(........) Don't forget to remove it after.

  4. #4
    Guest.Visitor Guest

    Default where is the library list stored?

    Does anyone know in which file the library list is stored? It would save me a lot of effort to read this directly rather than to do a dsplibl, copy it to a spool file, copy that to a physical file and then have to clean that up. :-(

  5. #5
    bharder@nlrha.ab.ca Guest

    Default where is the library list stored?

    The original message indicates a basic misunderstanding. The library list isn't normally stored in a file, nor in a data area, nor any other part of permanent storage; the library list is a job attribute that is associated with an active task. It is part of the runtime environment of a job. Now, an application can choose to store the library list in a file (or data area, or user space, or ...). In fact, this is a common strategy for setting the initial library list. However, your current library list may not be the same as your initial library list, and it's the current library list that most people are interested in. Therefore, the postings talking about using the RtvJobA command are right on target.

+ Reply to Thread

Similar Threads

  1. FTP library list
    By Guest.Visitor in forum General
    Replies: 9
    Last Post: 11-20-2003, 04:47 AM
  2. Library list
    By Guest.Visitor in forum Dev Tools
    Replies: 7
    Last Post: 05-29-2002, 03:36 PM
  3. Compile Doesn't Find Library in the User Library list
    By sbarkley@magmail.com in forum Programming
    Replies: 0
    Last Post: 03-06-2001, 02:07 PM
  4. Duplicate library in library list
    By Guest.Visitor in forum Analysis
    Replies: 5
    Last Post: 02-09-2000, 12:11 PM
  5. Stored procedures : library list
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 02-01-2000, 05:49 AM

Posting Permissions

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