I've run "CALL QP2TERM" and now at the command line, i'm executing "ls -lrt | tail". The error i receive is:
ls: 0653-341 The file ! does not exist.
ls: 0653-341 The file tail does not exist.
To me, it looks like this shell is interpeting the pipe symbol "|" as a exclamation mark "!" because "!" is in the error message "ls: 0653-341 The file ! does not exist."
Does anyone know the correct key to use for "pipe" when using PASE? I believe this can be done because of seen examples of this in an IBM redbook.
Evert