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 define global parameter in ile ?
what opcode will be used to test the zone of a character field?
what are various techniques to pass parameters from one program to another?
how do you specify the number of records to roll in a subfile ?
What is the purpose of OVRDTA keyword ?
What is binder language ?
how many printer files maximum can be used in single rpg program?
how to change job priority when it is running in sub system ?
how do you use commitment control in rpg program ?
where exactly we can use OPNQRYF ?
What is the use of Header Specification in RPG/400?
I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?