How can I add/Insert data in a physical file in as400? What are the different ways that are available to add data in PF? Which best way of inserting or adding records in PF?
Sorry, you do not have permission to ask a question, You must login to ask a question.
Sorry, you do not have permission to ask a question.
We can manually add data to the physical files using
SQL INSERT
in the STRSQL session or from Run SQL Script in as400.We can also use the
UPDDATA
command line command to add data to the physical file. Follow the below steps: