Version corruption on AS/400 after 1 run.

michaelpmcclure

Active Member
Hello List,

We are having a problem with some of our accounting reports that we run through the AS/400 RUNUBE command apparently becoming corrupted after 1 run with new specs.
 
What does your CL look like? I had a similar problem unitl I found out about the "RCLACTGRP" command from a previous thead posted on this board. Now all of my CL runs fine. Take a look and compare:
J577XXXCR: PGM
CLRPFM FILE(F577xxx)
MONMSG MSGID(CPF0000)
ADDLIBLE LIB(B7333SYS)
MONMSG MSGID(CPF0000)
RUNUBE USER(xxx) PASSWORDPASSWORD) +
ENVIRON(PD7333) REPORT(R577xxx1) +
VERSION(R577PPVS)
MONMSG MSGID(CPF0000)
RCLACTGRP ACTGRP(J1WACTGRP)
MONMSG MSGID(CPF0000)
RMVLIBLE LIB(B7333SYS)
MONMSG MSGID(CPF0000)
ENDPGM
 
Back
Top