Difference between creating a report using Printer file and
WRKQRY(Query Report) ?
Answers were Sorted based on User's Feedback
Answer / syam
Printer File we need to create in RLU and save it. Later
you can use same Printer file for another RPG or WRKQRY
programs.
WRKQRY Report only the same QRY program or copy the QRY to
another QRY and use it
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sujatha
WRKQRY
advantage: can send output to database file without hassle
thereby enabling more research on the output.
disadvantage:
reports are not as user-friendly as column names and
subtotal lables are fixed.
calculations are not very extensive. (IF ELSE calculations
cannot be implemented)
no documentation is possible, making it difficult to reuse.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mansi walia
If you create a report with RLU then you can give the
header as per your need, where as in WRKQRY this option is
not available.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between RPG/400 and RPG4
we are sending data of physical file to screen design and it is showing no record why?
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
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,
suppose if we want to update the data in cl what we will do?
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
How I can reread the physical file in CL program once the end of file reached in same CL program.
there is any limit to display the members in rpg400?