how to create physical file
Hi,
We can create a physical file in 3 ways...
1)
first login to the as/400 system with your credentials...
and then enter WRKMBRPDM command on the command line...
and then, enter your "source physical file name" and "library name"...
and then, enter "STRSEU" command or take F6 on the command line...
it will display source entry utility window or page...
and then, enter your SOURCE MEMBER NAME, SOURCE TYPE, and press "Enter key" from your keyboard...
and then it will display member window and there give record format name enter fields whatever you want to display. if u need any take F1 for help...
after that press F3, and enter "SAVE" top of that page...
after that, compile with 14 option, and take "UPDDTA" on the command line and give records as data...
after that, RUNQRY *N member name() and press enter...
then it will display the records...
2)
F6
3)
CRTPF
this will help you to create a physical file
| Is This Answer Correct ? | 0 Yes | 0 No |
function of DSPPGMREF?
What is the function of DSPATR (display attributes) keyword?
how to write *pssr ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
268 How many parameters can be defined in a RPG program. ?
WHAT IS AS/400 SYNORIO?
what is the difference between packed decimal and zoned decimal?
what is the purpose of dynslt keyword?
what does check opcode is used?
not all command typed on command line are cl command? true r false
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?