What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
Answer Posted / john
For more SAS DI related info visit
http://www.itinterview-madeeasy.com/2012/05/50-sas-di-interview-questions.html
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is woransient key word? how it is used in java
what is an INI file?
hoe to data grid use in sql server 2000?
what is delegate and delegation model give the real live example on delegate model
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
what are the missinschema properties and should we pass primary key in select command
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What is the use of Differ interface check box in Ship confirm?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
how sap is different from other software ?
what is web service in java? have u use before.
Write a program to swap the content of two variables without using a third variable.