If record-format name in an externally-described file has
already been defined as a file-name.how to solve this?
Answers were Sorted based on User's Feedback
Answer / 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 |
How can we receive values from a called procedure in CL?
what is estimation? and what is the level identifier parameter in PF?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
wat is meant by hidden field , why it is used?
Maximum how many files declare in rpgle
i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.
How can i keyed a flat file in RPGLE
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
steps for debugging two rpg programs????