there is any limit to display the members in rpg400?
Answers were Sorted based on User's Feedback
Answer / gautam
While working on As/400, i faced a problem when loaded a
file with size greater than 1 MB.It could not be displayed
when option 5 was taken and showing a message like,number
of records are more than 32768.
Then i could able to look after using command "runqry".
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
What is the syntax of passing parameters to a procedure by value?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
How can we know running job is batch or interactive?
How to print Superscript / Subscript from RPG400
can anybody explain significance of *loval setll with example code????
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is the necessary command needed before OPNQRYF and why?