Hi,
can you plz tell me ...syntax for GET command in FTP & SFTP
is same or different???
Answers were Sorted based on User's Feedback
Answer / chin
Syntax for GET command:
GET source-lib/source file destination-lib/destination-file
(replace
Ex: GET SRCLIB/SRCFILE DSTLIB/DSTFILE (replace
==> REPLACE is to say that file should be replaced
completed and here, records will not be appended to the
existing records in the file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ravi
Get SRCLIB/SRCFIL.MEMBER DSTLIB/DSTFIL.MEMBER (REPLACE.
An object/dupobj should exist in the AS400 system that is receiving the File.
| Is This Answer Correct ? | 0 Yes | 0 No |
In RPG How to read a records from a file without using read opcodes?
Job is running in production 24/7 how do u debug that running job ?
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
how can we run a batch job?
What is SDA used for?
What is the use purpose of CRTCMD?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
What is the default access path of a file?
at what level s,o are defined and what they will do?
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
What are the different types of keywords in display files?