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 / ved dubey
1. The Position of opcode if is not valid...
2. %ABS can be used instead of this code
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to declare the pull button in AS/400..
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is the purpose of record level identifier?
how do I declare a table or array in rpg iv?
what is the rpg system?
what is the difference between do while and do until?
How to call one program from another program in RPG? please help me with the code
how do I preserve and clean the array?
how does the rpg element work?
How to write record if no field or the field are different in physical file in rpgle ?
what is *place and *auto keyword in prtf ?plz explain
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what was the robotech rpg?
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...