How to transfer file from one system to another system in
UNIX?which command to be use?
Answer Posted / vnrrahul
Use SCP command
ie: scp -P 2222 <File name> <username>@ < Destination IP><Destination Path>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
How many types of views are there in a datastage director?
How do you generate sequence number in datastage?
options available in sequence job to run,validate?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What is the use of datastage director?
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 are the types of containers?
What are stage variables?
What is the sortmerge collector?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
How to find value from a column in a dataset?
What are the functionalities of link collector?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
What are the types of jobs we have in datastage?