SEU command line commands in AS400 |
SEU command line
There are several SEU command line commands which we use in our day to day life are listed in this blog
FIND or F
FIND command in SEU is used to find a particular string in the source member.
CHANGE
CHANGE command in SEU is used to change the particular string in the source member with the FIND string.
SAVE
SAVE command in SEU is used to save the current changes in the source member.
HIDE
HIDE command in SEU is used to hide lines containing a string in the source member.
For Example
HIDE D*
This will hide all the source line containing the D* string.
TOP or T
TOP command in SEU is used to position to the top of the source member.
BOTTOM or B
BOTTOM command in SEU is used to position to the bottom of the source member.
FILE
FILE command in SEU is used to save the source member and exit from the source member.
Related Post
Read also :
- Source Entry Utility (SEU) in AS400
- Changing Session Defaults (F13) in SEU AS400
- SET command in SEU AS400
- Line Command in SEU AS400
- Display Column Line in SEU AS400
- Display Format Lines in SEU AS400
- Prompt Line Command in SEU AS400
- Change the display in SEU AS400
- FIND and CHANGE command in SEU AS400
- Browse and Copy in SEU AS400