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 Posted / 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 |
Post New Answer View All Answers
what do we can do with the embedded sql statements?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
what is the disadvantage of using global variable?
which are the string manipulation opcodes?
What are the mandatory keywords of sub file?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
How to avoid using indicators in ile ?
how to pick up the changed records every time in a subfile after the first change made ?
what is scan and xlate?
What is the difference between crtdupobj and copyf?
what are various techniques to pass parameters from one program to another?
What Is The Purpose Of The "n" In The Following Calculation Specification?
what is message subfile?
how to read database records without locking them?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?