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 |
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
How can we change element of compile time array?Can we do so
I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. Type the Start Service Job command on your screen: STRSRVJOB JOB(job name/user/number) 4. Type the Start Debug command on your screen: STRDBG 5. Release the job in the jobq. Type WRKSBMJOB and then put a 6 beside the job to be released and press enter, or, if the job queue was put on hold, release the job queue with the RLSJOBQ command. 6. A display appears when the job is ready to start, saying that you can now begin debugging the job. Press F10 to show the Command Entry display. 7. Now you can start debugging by entering an Add Break Point command: ADDBKP 8.ENDDBG 9.ENDSRVJOB I tried this for RPG/400 Program and up to six steps of the above it's ok,but for me no source is displayed and i typed DSPMODSRC in Command line but still i can't see the sourceif i press F.10 and enter command ADDBKP i don't know how to add break points through it,usually i add break points using F.6 for Interactive job debugs,but since this is batch i don't know sir,Please help me out. I was asked this question in a interview,i know only RPG/400 and i’m asking for debugging of RPG/400 program only sir. or is it only possible to debug BATCH RPG ILE JOB and it is not possible to debug BATCH RPG/400 JOB kindly help me out sir
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 to set on/off a group of indicators in a single statement?
Can we have a Physical file without any member ? Please let me know
program to find the number of objects used in a given program through a display.
How do I read records from Subfile? what is the purpose of READC explain with example?
what do you mean by an input subfile, what are the keywords required?
how do I preserve and clean the array?
Can you copy the records created by the OPNQRYF to other files and how?