programming languages Online Quiz - 158
Description: programming languages Online Quiz - 158 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
By using which varibles we can do the Conditional Formatting?
Which Explorer we are using to view or work with any Conditional formatting Variables?
You can open a Query Studio report in Report Studio,but u cann't open a Report Studio report in Query Studio?
instanceof operator can take a class, an interface or an array type as an argument
Dataset: A SEQID 1 2 Data B; do i =1 to 10; set A; c = n; output; end; run; How many observations will be there in dataset B & what will be the final value of c?
Dataset: Score Name Score John 10 Greg 20 Dataset: Salary Salary 45000 Data map; If n = 1 then set salary; Set score; Run; How many observations will be in the Data Map and what would be value of salary
Data A; x = 1; y = 3; z = 6; output; x = 2; y = 4; output; Run; Data B; Set A; z = x*y; where z < 6; Run; What will be the output of data set B?
Data X; do i = 1 to 10; i = i*3; output; end; output; Run; How many observations will be there in Dataset X and what will be the value of I at last Observation?
data sw; input name $ gender ; datalines; bary 0 bary 0 celina 1 ; run; data re; input name $ gender salary ; datalines; bary . 45000 celina 1 40000 ; run; data final; merge sw re; by name; run; How many Observations will be there in dataset final and what would be the minimum value of gender variable
- ABAP has the following data types
When we define a field as a numeric in the table using data element NUMC, then the possible value for that field is as follows
What is called Line type in internal table
When you are defining a structure using Se11?