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 Posted / kamlesh
overide yr printer file with having copy(10)
it will generate 10 spoolfile.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is ment by record level identifier?
is this a rpg channel?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how do you use commitment control in rpg?
what is file information data structure?
how can I tell when to replace the array?
What is the difference between iter and do?
Explain mdt?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is the procedure and explain about real time scenario.
what is an online rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?