how to transfer file from one system to another system in
unix? which cmd to be use?
Answers were Sorted based on User's Feedback
Answer / kalyani
using FTP (File Transfer protocal), we can transfer the file
| Is This Answer Correct ? | 14 Yes | 0 No |
using FTP:
1. FTP IP addr(remote machine IP address)
2. then cd PATH(to/from which directory, we need to copy
file)
3. lcd PATH(lcd-Locaal machine directory, to/from which
directory, file to be placed or selected)
4. PUT/GET file_name
If we want put file in remote machine, use PUT file_name
If we want get the file from remote machine, use GET
file_name.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sarath
using FTP as ftp (ipaddr).. the system will b connected to the specified address. Now we can specify the file name using
mget filename. the file will b loaded to the current directory of your system
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / harikiran
in real time project always the files transfers through FTP command. there is a process to do the FTP the files. any body want to now in detail please mail me.
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the types of nodes
In merge stage can we update the values?
what are fact tables and dimension tables? give example assuming one table.
Name the command line functions to import and export the DS jobs?
how will u design file watch jobs?
What is the use of surrogate key stage?
WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?
HOW CAN WE ABORT THE JOB IF THE RECORDS OF SOURCE FILE CONTAINS VALUE AS 'VIJAY'?
Out of 4 mill records only 3 mill records are loaded to target and then job aborted. How to load only those 1 mill(not loaded records) for next run. This job is not sequential job, it is stand alone parallel job.What are the possibilities available in datastage8.1?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
what is Audit table?Have u use audit table in ur project?
DataStage Scenario based Interview Questions