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
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
What is ment by record level identifier?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
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
How Chain operation copies the record's data to the input buffer for the program?
what is the difference between do while and do until?
what is file information data structure?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is kids-rpg?
what is the use of sflnxtchg?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How many program bind in one module....
what is data area and how it is used in rpg program ?
can I touch the array during treatments?