what procedure should we use to find whether the following
operations are successful or not
setll
setgt
chain
read
reade
readp
pls tell with example
i'm not lazy to read the manual or not lazy to do
anything.but sometimes i cannot understand the things given
in manual in high level english its little bit complicated
for me,i can't understand their way of writing thats why i
ask these questions here and find the solution in simple
words that i can understand thats the real reason sir.sorry
if i had hurt you or disturbed you.please understand my
situation.
Answers were Sorted based on User's Feedback
Answer / ps
Anyways here is small example
ITEM CHAIN ITEMMAST
C IF %FOUND
C ITEM SETLL ITEMARCH
C IF NOT %EQUAL
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ps
Do you mean to say Build in functions ?
Dude Instead of writing 10 lines explanation try to
understand question first .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
By using Indicator IN RPG400 , % found build in function
for RPGLE
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreedhar reddy
C ITEM CHAIN ITEMMAST
C IF %FOUND
C ITEM SETLL ITEMARCH
C IF NOT %EQUAL
Little more for READ*
C Read ItemMast
C If Not %EOF
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you know if a record exists without doing a READ and CHAIN?
how do I play {insert rpg system here}?
we hav job which is running as batch. it takes atleast 06hours to complete tht job. bu i wana do tht job with in 3hours.........? so plz post ur answers
check existence of one record without using chain or read?
what was the robotech rpg?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
can anybody help me that what is the procedure of debugging the service program?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
What will happen if we r using seton lr after return or vice versa.
RPG/400 faqs?
How to declare the dynamic(run time) array in rpgle? can you please give example
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?