How to genarate the reports?
Answer / kar4u
by Using RLU(report layout utility)
you can start rlu ...>STR RLU
AND THEN YOU HAVE SOME STEPS...JUST FOLLOW THEM
| Is This Answer Correct ? | 2 Yes | 0 No |
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66
What is Folder?
How to retrieve data from data area?
Is it possible to add an keyfield or field to an Physical file without changing its file identifier. Example : - Say I have an existing physical file which is being used in 5 programs. Now I want to add an additional Keyfield or an field to it and I don't want to recompile the programs.
What are the system objects required for journalling?
How to reverse a string using RPG?
What is the type, length of a LDA?
what is the version of os/400 that we have?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
Which is better LF or OPNQRYF ? When should we use LF and when should we use OPNQRYF ?
What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02