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 are the different opcodes used for file operation on a subfile in a rpg pgm?
what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
What is the purpose of the following C/COPY QRPGSRC, ORDERR
can I copy content of Physican file in some source Member of type TXT? Thanx..
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
In which specification Data Structures can be defined?
what are indicators?
when do you use f-spec. Continuation line ?
what is service program?
what is the purpose of indicators in rpg?
what is the function of crtdupobj command?
what is subfile?