Which of the following is true on CPYF and CRTDUPOBJ when a logical file needs to be copied?
CPYF copies the records of one logical file to another but changes the file attribute to PF.
CRTDUPOBJ copies the records of one logical file to another but retains the file attribute as LF.
All of the above
None of the above.
What is the maximum number of record formats in a display file?
1042
1204
1024
1402
What is the latest version of cognos
8.2
8.1
8.5
8.4
By using which varibles we can do the Conditional Formatting?
Boolean
String
Report Language
None
Query studio will be used to create simple adhoc reports?
True
False
Which Explorer we are using to view or work with any Conditional formatting Variables?
Page Explorer
Query Explorer
Conditional Explorer
All
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?
20 20
20 2
2 2
2 1
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
Observations =2 and Salary = 45000 at both observations
Observations = 2 and Salary = 45000 at first and Salary =. at second observation
Observation = 1 and Salary = 45000
Error