I know whole thing ab't Arrays related to declaration..can
anyone tell me what exactly use of array or anyone faced a
situation where he found use of array must....
Yes, array will makes things easier when you need to refer few values which might not necessarily be taken from a physical file. Arrays are like single variable that can hold many values and can be referred using index of that variable.
It is a big topic, I suggest you to read some reference mateirals.
| Is This Answer Correct ? | 3 Yes | 0 No |
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
3 members in databasefile .how to read records from all the members??
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
can anyone say,what is the use of operation extended H/N/P?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
ESCAPE message sent by child program can be handled by parent program using which keyword?
What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
what are the array operations?
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
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