How do you code file / field renames in ILE RPG?
Answer Posted / kcsyam
Define a Data Structure in ILE RPG.
D New_File E DS EXTNAME(Old_File)
D New_Field1 E EXTFLD(Old_Fld1)
D New_Field2 E EXTFLD(Old_Fld2)
You can use PREFIX keyword instead of EXTFLD on different
way
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
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.
how can I tell when to replace the array?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how does the rpg element work?
what is the necessary keyword needed to scroll subfile records?
What is ment by record level identifier?
what is data area and how it is used in rpg program ?
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
How would display prime numbers using CL program?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do I preserve and clean the array?
What is the difference between copybooks and subprocedures in as400?
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