How can I create a physical file in AS400? What are the steps involved in this?
What command is associated with creating a PF and what are the parameters of that command to consider while creating the PF? Please provide an example.
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 create physical files in AS400 using DDS. You can create a physical file in the library using QDDSSRC srcpf. To create a physical file, follow these steps:
CRTPF FILE(TESTLIB/FILE1) TEXT('DDS based physical file')