Return to the ProgTips Tips
Editing a Source Member without SEU
Q. I need to edit or create a source member, but I don't have SEU installed. How can I do this?
A. If your AS/400 is on V4R4 or later, you can do this using the EDTF command. This command is typically used for editing files in the AS/400 integrated file system, but you can also use it to edit a source member. The command syntax is
EDTF FILE(MYLIB/QCLSRC) MBR(MYPROG)
If you're at an earlier release than V4R4, you can obtain EDTF through the following PTFs: SF49052 (V4R3), SF45296 (V4R2), SF41518 (V4R1), and SF38832 (V3R7).
[report a broken link by clicking here]