TechTalk: Large Job Message Queues

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Last week I ran a job that called CL program A, which started REXX procedure B. This REXX procedure repeatedly called CL program C. After running several hours, my job aborted because the job message queue had exceeded its maximum allowed size (which is determined by system value QJOBMSGQTL).

The job log contained thousands upon thousands of CALL PGM(C) statements, one after another. After much head-scratching, I tried recompiling both CL programs with LOG(*NO) and resubmitted the job. Several hours later, it aborted again. Then I tried changing the job to LOG(0 99 *NOLIST) so that no job log was produced-but the result was still the same. This time it was worse because I didn't have a job log, so there was no clue as to what went wrong.

I really didn't want to change QJOBMSGQTL unless *NOMAX was acceptable, but it isn't. The maximum size is 32767 KB, which is over 32 MB. I figured that if I changed it my system might crash when it ran out of disk.

Fortunately, the solution was rather simple. I included the Remove Message (RMVMSG) command in the REXX procedure, so that it would be executed every so often:

 RMVMSG PGMQ(*SAME QREXX) + CLEAR(*ALL) 

This command removes all messages from program message queue QREXX (which is what the REXX procedure uses). I resubmitted the job and this time it ran fine. My system never used up large amounts of space for the job message queue (probably it never grew beyond 1024 bytes). An interesting side-effect that I noticed while the program was running in batch is that the job log kept growing and shrinking. It grew with each CALL PGM(C), only to shrink back when it hit the RMVMSG statement.

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: