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 |
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
RPG/400 faqs?
are there any useful c runtime apis that I can call from rpg iv?
what is commitment control?explain about it?
Can we possible to key with the date field?
how do I declare a table or array in rpg iv?
When a object will be locked & when a record will be locked? Plz explain.
Errors in Sql query will be in which state?
What is the purpose of FRCDTA keyword?
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.
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.