how to transfer file from one system to another system in
unix? which cmd to be use?
Answer Posted / kalyani
using FTP (File Transfer protocal), we can transfer the file
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Define data aggregation?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
What is difference between symmetric multiprocessing and massive parallel processing?
what is the use of materialized view?
How do you register plug-ins?
Is it possible to query a hash file?
Differentiate between data file and descriptor file?
How can you write parallel routines in datastage PX?
Lookup constraints
root tree will find which is server job and which is parallel job?
how do u catch bad rows from OCI stage? And what CLI stands for?
What are the different type of jobs in datastage?
What all are the different way to run a job?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4