Difference between revisions of "EDTF"
From MidrangeWiki
(Created EDTF command.) |
MrDolomite (talk | contribs) m (formatting and links) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Command Infobox| |
command=EDTF| | command=EDTF| | ||
command_title=Edit File| | command_title=Edit File| | ||
Line 11: | Line 11: | ||
exec=Yes| | exec=Yes| | ||
threadsafe=No}} | threadsafe=No}} | ||
− | |||
+ | {{AN}} stands for the command {{bu|ED|i}}{{bu|T}} {{bu|F|ile}} which is used to edit [[stream file]]s or [[database file]] members. | ||
==Uses== | ==Uses== | ||
*'''''Note:''' Database files with record lengths exceeding 4096-bytes cannot be edited with EDTF.'' | *'''''Note:''' Database files with record lengths exceeding 4096-bytes cannot be edited with EDTF.'' | ||
− | |||
==Examples== | ==Examples== | ||
Line 23: | Line 22: | ||
*Using EDTF to edit a database member: | *Using EDTF to edit a database member: | ||
:<pre>EDTF FILE(library/filename) MBR(membername)</pre> | :<pre>EDTF FILE(library/filename) MBR(membername)</pre> | ||
+ | |||
+ | ==Categories== | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Editors]] |
Latest revision as of 16:33, 6 November 2014
EDTF | |||||||||||||||||||
Edit File | |||||||||||||||||||
Parameters: | STMF('streamfile') or FILE(library/filename) MBR(membername) | ||||||||||||||||||
Environments: |
|
EDTF stands for the command EDiT File which 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)