there is any limit to display the members in rpg400?
Answer Posted / karthika
@Gautam
The default maximum number is 32766 but, if you specify
*NOMAX in *PGM then it is unlimited
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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...
what is the rpg system?
what is data area and how it is used in rpg program ?
How can we know running job is batch or interactive?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is the necessary keyword needed to scroll subfile records?
How to call one program from another program in RPG? please help me with the code
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is *place and *auto keyword in prtf ?plz explain
What is the difference between copybooks and subprocedures in as400?
can you debug ile rpg program using isdb?
how do I play {insert rpg system here}?
How many program bind in one module....
what is the use of sflnxtchg?