Difference between revisions of "EDTF"

From MidrangeWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
[[Category:Commands]]
 
[[Category:Commands]]
{{command|
+
{{Command Infobox|
 
command=EDTF|
 
command=EDTF|
 
command_title=Edit File|
 
command_title=Edit File|
Line 13: Line 13:
 
threadsafe=No}}
 
threadsafe=No}}
 
The Edit File command, '''EDTF''', is used to edit [[stream file]]s or [[database file]] members.
 
The Edit File command, '''EDTF''', 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 24: 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==

Revision as of 15:20, 30 March 2007

EDTF
Edit File
Parameters: STMF('streamfile')
or
FILE(library/filename)
MBR(membername)
Environments:
Batch Interactive
Jobs: No Yes
Programs: No Yes
REXX: No Yes
Exec: Yes
Threadsafe: No

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)

Categories