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 / syam
A1. C CUSTNO CHAIN(E) CUSTMAST
A2. QTY = %ABS(QTY * -1)
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
what do you mean by an input subfile, what are the keywords required?
are there any useful c runtime apis that I can call from rpg iv?
How to call one program from another program in RPG? please help me with the code
What is the difference between copybooks and subprocedures in as400?
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?
what is file information data structure?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how can you display specific subfile page on the screen in unequal subfile?
how can I tell when to replace the array?
how does the rpg element work?
how do I declare a minor?
can you debug ile rpg program using isdb?
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.
How to select highest score of each subject or how to select highest income of every month?