How do I link an existing logical file to it's Physical
File without recompiling?

Answers were Sorted based on User's Feedback



How do I link an existing logical file to it's Physical File without recompiling?..

Answer / paddy

The above answer is correct, but why do u want to link the LF?
It is already based on the PF only(a view on PF only).
Unless u have changed the LF, u dont need to use CHGLF.

Is This Answer Correct ?    9 Yes 0 No

How do I link an existing logical file to it's Physical File without recompiling?..

Answer / sss

by using CHGLF

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?

1 Answers   TCS,


What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file

1 Answers  


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


How can you determine the number of characters in a variable?

3 Answers  


what is commitment control?explain about it?

1 Answers   HSBC,






WHAT IS MEANT BY SIGNATURE VAILOTION ERROR

1 Answers   IBM,


what is EXCEPT command in rpg and use

1 Answers   Active Brains,


Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.

1 Answers   Voltech,


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?

0 Answers  


what is an online rpg?

0 Answers   IBM,


Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20

5 Answers  


How can we search particular records from the database file in RPG. For example, 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?

4 Answers   CTS,


Categories