How a field is renamed in rpg IV?..give answer with example?
Answer Posted / natraj
D Wrk_Rcd E DS EXTNAME(MyFile)
D Wrk_Field1 E EXTFLD(Field1)
D Wrk_Field2 E EXTFLD(Field2)
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
how to get the cursor position?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
what are all the contents of subfile?
how can I automatically refresh a web page?
what does the ovrdbf command do?
what is scan and xlate?
what is sflrolval?
What is access path in as400?
how can database records be read without lock ?
what is the purpose of ovrdta and ovrata keywords ?
define the purpose of the *cat function?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
can error messages as a result of a comp, range or values keyword be overridden?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?