+ Reply to Thread
Results 1 to 4 of 4

Thread: Monitoring compile messages

  1. #1
    Guest.Visitor Guest

    Default Monitoring compile messages

    Hello, As i'm writing a sort of change management software, our programmers have the ability to checkin or -out ( from production libraries to development et vice versa ) source members. For moving from development to production we would like to compile the source member from within a CL. Is there a way to monitoring the compile result. For RPG, I know the system makes an dataarea RETURNCODE in QTEMP, where the first byte indicates if it was successfull or not. Also there is QRG9001 message indicating compile has failed. But i don't find any information for CL programs, DSPF and PRTF sources, and CMD source. Anyone who knows ? Thanks, Kurt Ceunebroucke

  2. #2
    Guest.Visitor Guest

    Default Monitoring compile messages

    Kurt, It has been a while, but I am pretty sure that a monmsg is all I used when I set up a similar system. David Morris

  3. #3
    Guest.Visitor Guest

    Default Monitoring compile messages

    Display objects *ALL type = *msgf; this will give you a clue as to the name of the msg file. Also, -- I hesitate to mention it, I've done it -- create bogus source members and try to compile, you'll find the msgs you are looking for. HTH bobh

  4. #4
    Guest.Visitor Guest

    Default Monitoring compile messages

    Kurt, In the later releases of OS/400, the command help text now includes message id's that can be monitored for. Here are a couple: CrtDspF: CPF7302 File &1 not created in library &2. CrtCmd: CPF0201 Command &2 not created in library &3. CrtBndRPG: RNS9310 Compilation failed. Program &1 not created in library If you are on a release that doesn't have this information in the help text, consult the "AS/400 Programming Reference Summary" book. Look for a chapter named "Error Messages that can be monitored". Bill

+ Reply to Thread

Similar Threads

  1. code/400 compile broadcast messages
    By Chip Milosch in forum Dev Tools
    Replies: 6
    Last Post: 01-31-2004, 08:54 AM
  2. Compile messages going to other users screens?
    By S.Mildenberger in forum Dev Tools
    Replies: 23
    Last Post: 12-16-2002, 07:54 AM
  3. Monitoring users
    By Guest.Visitor in forum IBM i (OS/400, i5/OS)
    Replies: 6
    Last Post: 04-06-2001, 10:44 PM
  4. Compile messages going to the wrong programmer
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 01-23-2001, 01:18 PM
  5. Monitoring Lan activity
    By Guest.Visitor in forum Networking
    Replies: 0
    Last Post: 01-01-1995, 02:00 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