105 pts.
 RPG
How do we declare a Physical file for both  input and output(Read/Write/Update) operations in RPG400?



Software/Hardware used:
ASKED: December 20, 2009  7:26 AM
UPDATED: December 24, 2009  1:26 AM

Answer Wiki:
In RPG IV this would be an F spec with Update--U in the correct column. If you also want to added records an 'A' in the add column. In RPG 400 it's something similar.
Last Wiki Answer Submitted:  May 14, 2013  1:26 am  by  Chris Leonard   2,620 pts.
All Answer Wiki Contributors:  Chris Leonard   2,620 pts. , philpl1jb   44,220 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

 

we are using the ‘c’ in input or output.

 25 pts.

 

C for file type? Combined input/output sounds perfect but it’s for display programming. Physical/logical file type must be I or O or U – Update allows input and update plus you may need an ‘A’ in the file addition column.
Phil

 44,220 pts.