can u plz tell me is there any difference between SHELL
SCRIPT & SFTP SCRIPT?
I want to run LS & GET(automatically) command from CL
program....which script can be used?
Answer / syam
QShell command using on AS/400 for interactive job.
STRQSH is CL command
Ex.
CRTPF QTEMP/TESTFILE RCDLEN(50)
OVRDBF FILE(STDOUT) TOFILE(QTEMP/TESTFILE)
QSH CMD('echo Test Test Test')
DLTOVR FILE(STDOUT)
DSPPFM QTEMP/TESTFILE
ENDPGM
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a data queues?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what is a join logical file?
What is the purpose of USROPN keyword?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
HOW CAN WE ENTIRE OBJECTS& IT'S TYPE IN PGM?
How to retrieve data from data area?
In 'o' Specs What Is The Opcode For Write?
Difference between NOPASS & OMIT?
can a indexed file be accessed in arrival sequence in rpg program?
What is file information data structure(infds) in as400?
Why do you use Keep and Assume Keywords.