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 |
steps involved in debugging and types of debugging modes?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
what is the necessary keyword needed to scroll subfile records?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
can anybody explain significance of *loval setll with example code????
how do u track msg in cl pgm???
Why we cannot call a service program? If I add a PEP can i call the service program?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
how can an indexed file be used as arrival sequence in RPG?
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)