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 do you mean by ODP?
What Is The Purpose Of The "n" In The Following Calculation Specification?
Can anybody please tell me what is difference between SQL (STRSQL ) and WRKQRY .....?
what are various techniques to pass parameters from one program to another?
What is the purpose of USROPN keyword?
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a file)?
How to see all members of a file?
can a indexed file be accessed in arrival sequence in rpg program?
How many PARM statement can we use in a CL program?
What is array in as400? What are the types of array?
What is the symbol used for copying & moving new field in SDA?
how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)