I want to run ls *.csv (sftp command) from CL Program...
Can u plz tell me when SFTP command will start running?
i.e.which command should I use in CL Program to run ls
command?
Answer Posted / syam
SFTP is Interactive command you can't use in CL program
Use STRTCPFTP command
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
what does vldcmdkey means?
What is the Difference between command attention key and command function key ?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
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
which are control break logic indicators?
how many specifications are there in rpg/400? What are they?
what is the purpose of putovr (put with explicit override) keyword?
Difference Between Call & Sbmjob?
what is the use of jdftval in join logical file?
how to pick up the changed records every time in a subfile after the first change made ?
what is the purpose of overrides?
What is array in as400? What are the types of array?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how to get the cursor position?