I have a display file with mandatory fields. Is there anyway
that i can highlight those fields to bring attention to the
user? The same behavior that AS400 makes when we attempt to
execute a command without completing all the required
parameters.
Note: I have used DSPATR(HI) or DPSATR(RI) and they have
different behaviors.
Thanks.
Answer Posted / sandy
use COLOR keyword with indicator and turn on the indicator in program where ever its required. please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the maximum number of records you can specify in a display file?
A join logical file has how many record formats?
what is *iso date format?
What is program status data structure(psds) in as400?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
list some of the commonly used commands for debugging?
difference between view and index ?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
what is the function of crtdupobj command?
define the purpose/use for sflrna?
what is the maximum number of fields under a record format of physical file?
under given circumstances, my cgi should link to another site. How to implement this?
define the purpose of the iter operation?
what does check opcode do ?
what is the purpose of indicators in rpg?