programming languages Online Quiz - 158
Description: programming languages Online Quiz - 158 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following is true on CPYF and CRTDUPOBJ when a logical file needs to be copied?
What is the maximum number of record formats in a display file?
What is the latest version of cognos
By using which varibles we can do the Conditional Formatting?
Query studio will be used to create simple adhoc reports?
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
How to clear a internal table and its occupied memory
What is called Line type in internal table
Which of the following are correct ruby array declaration. Select all that apply.
When you are defining a structure using Se11?
When we are using QUAN data element, which is mandatory ?