How to change the name of physical members Dynamically?
Answer / kathan
Create a clpgm, Use DSPFD command with *mbrlist option. Read
that outfile and ask for user to enter new name and pass it
as a variable name in RNMM comand.
| Is This Answer Correct ? | 8 Yes | 0 No |
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
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?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
what is the equivalent keyword for CHAIN opcode ??
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
What is the purpose of PUTOVR keyword?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
two types of read performed in dataqueue?????
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?