Q shell in as400
Q Shell :-
Qsh
Enter QSH on the command line
1) ls
list down all the files and directory present int the system
2) ls /home/usernm
3) ls /home/usernm/libnm
it will shows files present in the system
cl pgm
Dcl var(&command) type(*char) len(256)
chgvar var(&command) value('ls /home/usernm/libnm')
STRSQH CMD(&COMMAND)

