diffrence between rename and prefix
Answers were Sorted based on User's Feedback
Answer / prabhakar
The RENAME keyword allows you to rename record formats in
an externally described file. The external name of the
record format that is to be renamed is entered as the
Ext_format parameter. The Int_format parameter is the name
of the record as it is used in the program. The external
name is replaced by this name in the program.
To rename all fields by adding a prefix, use the PREFIX
keyword.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / joy mukherjee
By RENAME we can able to rename the record format of
externally described file.
If you want to rename the fields if externally described
files either we can use EXTFLD or we can use PREFIX.
If we use both EXTFLD and PREFIX all the fields are
prefixed those are not renamed by EXTFLD.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the maximum number of parameters allowed in clp?
WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
how to write *pssr ?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
how do you detect unused spool storage?
Using %check we are checking monika in mona what is output? What is %SCAN?
how will you display a particular page in subfile ?
how does the runqry show the output?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what the purpose of ovrdta, ovrata keywords?