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 |
What is the function of SEU ?
does we use case stmt in cl
what is flatfile?what is the use of this file?where we can use usualy?what is the advantage of this?
What is the purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1
How can you identify End of file in CLP program?
how can you specify no duplicate key?
what are all the contents of subfile?
What is the use purpose of CRTCMD?
Define a Job Queue?
How many secondary files allowed in a program?
what is the maximum number of parameters allowed in clp?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?