Setting up an automatic reply in the system reply list

Setting up an automatic reply in the system reply list

How do I set up an automatic reply for a program that is waiting on a response from the user who started the job? We would like to automatate a job that requires the user to answer a message of "nomax" during the program.

I have set up a new entry in the system reply list but my entry does not work.
using wrkrpyle I have entered
Seq # 1060
Mess ID CPA4072
Compar data *none
Msg deta start position *same
msg reply 'nomax'
dump sending job *no
coded character set *same

Any help is GREATLY appreciated. I am a new AS400 System Admin with less than 1 year experience.

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts including news, tips, and advice to help you do your job more efficiently and effectively. Stay informed on the hottest topics and biggest challenges faced by IT professionals working with iSeries products and services.

    By submitting your registration information to Search400.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of Search400.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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)

This was first published in April 2008