there is any limit to display the members in rpg400?
Answer Posted / 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 |
Post New Answer View All Answers
how do I declare a minor?
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?
how can I tell when to replace the array?
What is a record lock error?
What are the types of identifiers?
what was the robotech rpg?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
how do you use commitment control in rpg?
What is file identifier where we can use?
what is kids-rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is *place and *auto keyword in prtf ?plz explain
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
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?