-
How to read 5 input file (having completely different format) using Sequential file stage?
In detailed- I have 5 input files that are completely different formats (the number of columns and metadata are different). How can I read all files using a sequential file stage? When I read the data from each file, how can I confirm which data belongs to which file? Sincere request, Please suggest for the correct answer. I appreciate any help you can provide.
-
Sort the data according to output
input- A B C D a b c d output- A a B b C c D d
-
Compare records using scan
I have 3 records . need to compare them fields by fields if there is no change oldest records must go to o/p else if there is change eg if record 2 has changed wrt to record 1 need to send both records to o/p . how to do this using scan component
-
How to load different metadata file from source to different target in single job
In source we have 10 files with different metadata and different Source files we need to load the files to target with 10 different target but we should do in a single datastage job how can we do this
-
Kind Consideration of an API-650 expert is required
(1) Do the requirements of clause 4.2 of API-650 apply to pressure parts only? (2) What are the material requirements of API-650 for non-pressure parts?
-
Write multiple files
Create n output files with 2000 records each if we have 10000 or 20000 records as input
-
Fetch Next Record Data
How can we fetch next record data for a particular field in ab initio? i/p id sal 101 500 102 800 103 900 105 200 o/p id sal Next_sal 101 500 800 102 800 900 103 900 200 105 200 NULL
-
ASN.1
How to convert ASN.1 BER data to text data?
-
SQA TO WEB DEVELOPER
I wana cahnge my profeesion please suggest me
-
How to convert single row to two columns
Hi, I have a data like 1,a,b,c,2,d,e,f,g required output is in two fields: field1,field2 ----------------- 1,a 1,b 1,c 2,d 2,e 2,f
-
How do you Dereference an Object in VB.NET
A) By setting the object to NullB) By setting the object to NothingC) With Close keywordD) None of the above
-
Eliminating Header and Trailor without using next in sequence and Dedup sort
I have header and trailer records to some body records like below emp.dat|12042016 1/A/1000 2/B/2000 3/C/3000 3 Here there is no record indicator. How will you eliminate and separate header and trailer records without using Next In Sequence, Dedup sorted and any Partition components?
-
Goal of Verification Process
What is the goal of the verification process in software development?
-
Delete Duplicates Using Transformer
1.Without using stage variable how can we delete the duplicates using Transformer? 2.If we will remove duplicates using Transformer then minimum how many stage variable required for this?
-
Single column with multiple rows should be converted into single row with commas
Can any one help.... Source is..... a b c d want target as..... a,b,c,d thanks in advance
-
How to achieve the below scenario in abinitio
Input file has below contents: Ball Run 1 1 2 1 3 1 4 1 5 1 6 1 1 0 2 1 3 1 4 1 5 1 6 1 1 1 2 1 3 1 4 1 5 1 6 0 Required Output : 1 6 2 5 3 5
-
-
Datastage job scenario question
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?
-
Load Runner File Extensions
What is the meaning of following extns : 1) .usr, 2) .lrs, 3) .lrr ?
-
Transformer Order of Execution
What is the order of execution in the transformer?
Ans