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.
Answers were Sorted based on User's Feedback
Answer / amit
Reverse image works fine. Why do u need any other way?
You can also use position cursor so that the cursor will be
placed at that location automatically.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
name few ibm supplied libraries?
when is a tag statement used in rpg?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help...
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what keyword must be used with protect keyword ?
why do we use readc? What is sflnxtchg?
What is logical file in as400? What are the types of logical file?
What is SFLPAG
which cl command is used to trap error messages during program execution?
which of the cl command can be used to determine which logical files are dependent on a specific file?
Is LDA can be access accross the Job?