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?




can u plz tell me is there any difference between SHELL SCRIPT & SFTP SCRIPT? I want to run L..

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

Post New Answer

More IBM AS400 AllOther Interview Questions

what key word is used when screen is re-display?

0 Answers   IBM,


How do you check object lock

0 Answers  


Why do you use Keep and Assume Keywords.

2 Answers   Four soft,


how does union file maintains record formats?

0 Answers   IBM,


what does vldcmdkey means?

0 Answers   IBM,






where exactly we can use OPNQRYF ?

3 Answers   TCS,


What is Job description?

1 Answers  


What is the symbol used for defining a new field in SDA?

1 Answers  


what is the maximum number of subfiles that can specified in a display file ?

1 Answers   IBM,


Show 2 ways to convert a date from YYMMDD to MMDDYY (MULT operation not acceptable)

1 Answers  


How many libraries can be there in library list ?

1 Answers  


what are the limitations of cl (compare to rpg) ?

1 Answers   IBM,


Categories