Link to home
Start Free TrialLog in
Avatar of dpalme
dpalme

asked on

Indicators

I am having a real problem with a test program I am writing.  I created a simple screen that takes input from the user and will then search a file for the appropriate record.  I have coded F3=EXIT in the screen file and added the indicator CA03 with a resp of 03 and text of 'F3=EXIT' within the DDS.

I then added the following C spec to my rpg program:

DOW *IN03 = *OFF
   ...
ENDDO

However when I compile the program it keeps telling me that I am using an operand that is not defined.

Suggestions?
ASKER CERTIFIED SOLUTION
Avatar of daveslater
daveslater
Flag of United States of America image

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
Avatar of dpalme
dpalme

ASKER

I had that in the DDS but I think I had the response in the wrong position.

Thanks Dave