what are the parameters required for calling ls & get
command(SFTP COMMANDS) from cl progtram....
e.g call PGM(qp2shell) PARM('/qopensys/usr/bin/sh' '-c'
'sftp -b /home/mydir/tmp.txt user@host.com')
Plz reply in detail...
Answer / syam
One AS/400 to another AS/400 use STRTCPFTP command on CL
program or Command Line.
SFTP using from PC Prompt.
Write in details? What you want to transfer. Where to Where?
| Is This Answer Correct ? | 0 Yes | 0 No |
what is pointer error in rpg IV?
STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?
what is maximum number of arrays allowed in rpg?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
What is RETURN CURSER LOCATION in subfile?
what is the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?
how do you specify page overflow indicator for printer files in rpg?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
Is it possible to join the same file to itself ?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is difference between CAT, TCAT, BCAT?
can I copy content of Physican file in some source Member of type TXT? Thanx..