I have 1000 records in a file. I would like to generate 10
identical reports from this record with same format
(structure of records) how do I do this?
Answer / kamlesh
overide yr printer file with having copy(10)
it will generate 10 spoolfile.
| Is This Answer Correct ? | 5 Yes | 0 No |
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
What is the syntax of passing parameters to a procedure by value?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
i want to retrieve record b/w 2 dates in as400
what is the difference between do while and do until?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?