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
how many printer files can be defined in f specs ?
how do you pass parameters in cl?
how can you execute a command from within an rpg program without calling a clp program?
WHAT IS AS/400 SYNORIO?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
What is difference between rename and prefix?
what is the purpose of ovrdta and ovrata keywords ?
how can you check for a records existence without causing and i/o (chain/read)?
how you will know whether you are in sfldrop or sflfold mode?
which of the cl command can be used to determine which logical files are dependent on a specific file?
how do you read changed records backward in subfile?
explain the difference between defining subfile and message-subfile?
what is a spool file?
how can I control from my cgis the cache of a remote browser?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?