IBMi STRSEU - Possible to edit stream files (IFS) directly?

300 views Asked by At

On an IBMi system, STRSEU can only work with source members, right? No ability to interact with stream files directly.

Just thinking in the context of tracking RPG/CL/DDS source behind Git as stream files.

Assuming one wanted to use STRSEU, I can only think of this process while still tracking changes behind Git:

Open up member in SEU
Make changes, save, compile, test.
CPYTOSTMF to IFS file in tracked Git directory
Commit change and other Git things.
Proceed to push live...

Given that SEU hasn't been supported for years at this point, I'm fairly skeptical that editing stream files directly is possible. But am really just checking there isn't some workaround (besides the above) I'm unaware of.

3

There are 3 answers

3
Jairo R. Flores On BEST ANSWER

Try this: From the command line

cd '/tmp'
wrklnk

enter image description here When you see the file you want to edit listed, edit it with option 2

enter image description here

You gonna need to learn the basic options valid on this editor, press F1 for help.

0
David G On

SEU can't work with stream files.

Use the EDTF command to edit stream files.

0
jmarkmurphy On

RDi is the replacement for SEU, and can edit stream files. Many of the other GUI editors can be used to edit stream files as well.