AS400 - Retrieve List of Data of a Vertical Field

Hi,

How to get list of Library, Type and Text in AS400?

I try to use Get Field, but it doesn’t work for vertical data.
Thanks in advance

Hi @alexologica,

If you are using terminal session to connect with AS400 then you can use GetScreenArea to get the vertical data.

Or else you can use hotkeys(Select All(Ctrl+A), Copy(Ctrl+C), Get data from Clipboard) and some string operations(like Replace, Split) would work.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.