Is anyone aware if in AS400 display files we can have functionality like windows explore function. For example in windows when I press windows key + E it will explore my directory and then i can go further in these directories. So is this type of functinality is possible in AS400 display files also. Please let me know if any other detail is also required.
Software/Hardware used:
AS400
ASKED:
January 7, 2011 1:43 PM
UPDATED:
January 7, 2011 7:57 PM
…is this type of functinality is possible in AS400 display files also.
If you program it, then it’s available.
But it’s not clear what you want. Perhaps you are looking for the WRKLNK command. By default, that command will start at your current directory, usually a /home directory that was created for you. You can specify the starting directory as a parameter to WRKLNK.
The command has additional parameters that you should explore.
Tom