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 |
I want to add 10 days in current date. how it is possible in CL program...?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
2. Which of the following statement(s) explains the difference(s) between the /INCLUDE and ICOPY directives? a.) No difference, they function the same b.) ACOPY cannot be used as a conditional directive c.) IINCLUDE files cannot contain embedded SQL d.) Nesting /TNCLUDE directives is not allowed
IN RLU what are the record level keyword is used?
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
How do you do indexing in a physical file?
i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
What is the name of default out queue when user logs inn to syatem with valid profile?
What is ment by record level identifier?