|
The system reply list is used only when an inquiry message is sent by a job that has the inquiry message reply attribute specified as INQMSGRPY(*SYSRPYL).
You can change this in a active job with the command CHGJOB INQMSGRPY(*SYSRPYL)
You can change this in the job description for the job: CHGJOBD INQMSGRPY(*SYSRPYL)
Or you can change this when you submit the job: SBMJOB INQMSGRPY(*SYSRPYL)
|