Tag: programming languages
Questions Related to programming languages
-
Program data vector (PDV) and Descriptor portion
-
Input buffer, Program data vector (PDV) and Descriptor portion
-
Input buffer and Descriptor portion
-
None of the above
-
holds the input record for the next INPUT statement to read in the same iteration of the DATA step
-
holds the input record for the next INPUT statement to read across further iterations of the DATA step
-
holds the input record for the current input statement to read across further iterations of the DATA step
-
All of the above
-
converts character to numeric
-
onverts numeric to character
-
writes the values to the output file
-
None of the above
-
Proc tabulate
-
Proc report
-
Proc transpose
-
Proc Invert
-
Proc freq; Tables country sales; Run;
-
Proc freq; Table country sales; Run;
-
Proc freq; Tables country * sales; Run;
-
Proc freq; Table country * sales; Run;
-
Proc freq
-
Proc print
-
Proc datasets
-
Proc contents