1.WHAT IS WRONG WITH THE CODE BELOW?
C CUSTNO CHAIN CUSTMAST
IF %ERROR
can any body find the wrong please?
2.What builtin function will you use to achieve the
following functionality?
C QTY IFLT *ZERO
C QTY MULT-1 QTY
ENDIF
Answer Posted / jaijo
1. CHAIN(E)has to be used and not chain.
2. %abs
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is the rpg system?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
What is ment by record level identifier?
are there any useful c runtime apis that I can call from rpg iv?
what is a rpg?
When it is desirable to describe files Internally?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is the difference between do while and do until?
what is the necessary keyword needed to scroll subfile records?
how can I tell when to replace the array?
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.
How many program bind in one module....
what is kids-rpg?
how do you use commitment control in rpg?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?