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 |
what are the different opcodes available in rpg for database access ?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
an access path may be in which sequence?
define subsystem?
define the purpose of the iter operation?
What is a job log?
how can send report to user through cl program in as400
What is the purpose of the following C/COPY QRPGSRC, ORDERR
what is the function of cpyf command?
define a shared access path?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..