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
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
how can I tell when to replace the array?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
How would display prime numbers using CL program?
how do I declare a minor?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is the difference between copybooks and subprocedures in as400?
How to call one program from another program in RPG? please help me with the code
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
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?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is the difference between iter and do?
What is difference between bind by copy and bind by reference?
can I touch the array during treatments?