EDTF

From MidrangeWiki
Jump to: navigation, search
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


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)

Categories