If record-format name in an externally-described file has
already been defined as a file-name.how to solve this?
Answer Posted / rahul
Use the "RENAME" keyword in F specs.
F File1 IF E DISK Rename(File1:Filex)
And use the new record format name "filex" in the program.
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
what is program status data structure?
how do I play {insert rpg system here}?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is ment by record level identifier?
are there any useful c runtime apis that I can call from rpg iv?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to declare the pull button in AS/400..
Explain mdt?
what is the rpg system?
How to write record if no field or the field are different in physical file in rpgle ?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
can you debug ile rpg program using isdb?
When it is desirable to describe files Internally?
do you use message subfiles? What are the necessary keywords required coding a message subfile?