Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Message Queue Puzzle...

Status
Not open for further replies.

vbMax

Programmer
Jul 16, 2001
92
US
One of our programmers is having a small problem
when compiling programs using PDM's option "14".
He would like all of the completion messages to
break on his screen. His user profile message
queue is in *BREAK mode. Some of his compiles
break on the screen, others do not. Upon
further investigation, we have determined that
the messages for his RPG compiles are being sent
to his user profile message queue, causing them
to break. The messages for his CL compiles are
being sent to his Work Station message queue, and
are therefore not breaking.

His user profile, job descriptions, etc. match
other programmers which are NOT having this
problem.

Does anyone know what would cause a submitted RPG
compile to use the User Profile message queue, while
a CL compile from the same user uses the Work
Station message queue?

Thanks in advance.

- vbMax
 
The only thing I can think of (and I'm probably wrong) is the USER parm on the CRTCLPGM. Make sure it says *USER.

RedMage1967
IBM Certifed - RPG IV Progammer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top