how can we find setll setgt chain read reade readp
operations are successfull or not,give example.explain in
detail.
Answer Posted / rajkalyanam
If SETLL and SETGT are successful,that is if record is
found Equal Indicator gets ON.
If READ,READE and READP are not Successfull that is if
record is not found or retrieved Equal Indicator gets ON,
For CHAIN High indicator gets on when CHAIN operation is not
not successfull.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how do I declare a table or array in rpg iv?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what was the robotech rpg?
What is ment by record level identifier?
How Chain operation copies the record's data to the input buffer for the program?
How can we know running job is batch or interactive?
what do you mean by an input subfile, what are the keywords required?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is *place and *auto keyword in prtf ?plz explain
what is the difference between do while and do until?
How would display prime numbers using CL program?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
how do I play {insert rpg system here}?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg