Difference between revisions of "EDTF"
From MidrangeWiki
MrDolomite (talk | contribs) m (change from Template:Command to Template:Command Infobox) |
m |
||
Line 1: | Line 1: | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Editors]] | ||
{{Command Infobox| | {{Command Infobox| | ||
command=EDTF| | command=EDTF| |
Revision as of 19:00, 14 April 2007
EDTF | |||||||||||||||||||
Edit File | |||||||||||||||||||
Parameters: | STMF('streamfile') or FILE(library/filename) MBR(membername) | ||||||||||||||||||
Environments: |
|
The Edit File command, EDTF, is used to edit stream files or database file members.
Uses
- Note: Database files with record lengths exceeding 4096-bytes cannot be edited with EDTF.
Examples
- Using EDTF to edit a stream file:
EDTF STMF('/home/filename.txt')
- Using EDTF to edit a database member:
EDTF FILE(library/filename) MBR(membername)