The proc which is used to redirect the output from the normal place to another file is
PRINT
PRINTTO
FSLIST
REPORT
data qtr;y=qtr('01OCT2010'd);run;what is the value of y?
3
Syntax Error qtr name used as dataset name
4
2
Which of the file formats has smaller size
WAV
MP3
AVI
VOB
Which of the following is not a video file extension
MP4
QT
JPG
MOV
In animation, A keyframe is frame in which the artworks differs from the previous frame.
True
False
DAT is an acronym for
Digital Audio Tape
Data Audio Tape
Digital Asynchronous Tape
Digital Audio Type
A broadcast/NTSC video requires how many FPS it to play smoothly?
10
20
30
40
When a table is created :
By default it is accessible to all users.
By default they are created in the public schema.
By default tables are created in your schema.
By default they are created in the DBA schema.
You must specify the schema when the table is created.
Given there is non null data for Login column of Employee table, Running the statement "SELECT [LOGIN] FROM EMPLOYEE WHERE [LOGIN] <> NULL " will give the correct result only after executing which statement?
SET ANSI_NULLS ON
SET ANSI_NULLS OFF
SET CONCAT_NULL_YIELDS_NULL ON
SET CONCAT_NULL_YIELDS_NULL OFF
A c++ program can have two main functions