Posted Wed, 21 Aug 2019 03:47:06 GMT by

Hi everyone, I'm wracking my brain over something that is probably simple.  For a CPA0701 from job submitted by a specific user, I want to reply with an "R" on the first attempt, then an "I" if the message is reissued a second time.  Thanks in advance!

Posted Tue, 27 Aug 2019 03:47:03 GMT by

Hi William,

For the message set's OPAL, you could try something like this:

IF USER EQ Username
AND REPEAT LT 2
    ENTER R
ELSE      
IF USER EQ Username
AND REPEAT GE 2
    ENTER I
END      
END      

 

 I hope that helps!

Joey Nguyen

Support Analyst

You must be signed in to post in this forum.