Link to home
Start Free TrialLog in
Avatar of billymcqueary
billymcqueary

asked on

Change User Data attribute on a spool file generated from a S/36 RPGII program

Right now it's using the procedure name that called it for the User Data field and I would like to have it be a customer# or rma#. Is there a way to set this before the spool file is generated? The only way I can think to do this is use RTVJOBA to pull the spool file attributes and then CHGSPLFA to plug in the new value for User Data. Is there an easier way? Thanks.
ASKER CERTIFIED SOLUTION
Avatar of ShadowProgrammer
ShadowProgrammer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi
This can be done in the program by setting the file to User Open.
Perform the override in QCMDXC
the doing an open

dave