Question : You have written below statements for generating HTML output ods html body='/folders/myfolders/hadoopexam/hesample102.html' contents='/folders/myfolders/hadoopexam/contents.html' frame='/folders/myfolders/hadoopexam/frame102.html'; Once successfully executed, than what is the expected in the contents.html file
1. It will have all the contents from the respective PROC step
4. It will have links which points to the contents in the frame102.html file
Correct Answer : Get Lastest Questions and Answer : Explanation: HTML reports can be generated in the framed output. Hence, we need to provide three html files link in this case. What exactly would be the contents of the file it can be defined using option body=, similarly which file will have all the links can be defined using contents= option.
Question : You have written below statements for generating HTML output ods html body='/folders/myfolders/hadoopexam/hesample102.html' contents='/folders/myfolders/hadoopexam/contents.html' frame='/folders/myfolders/hadoopexam/frame102.html'; What contents.html file can have?
1. Heading for all the outputs generated from the PROC steps.
2. Heading for all the outputs generated from the DATA steps.
4. Each HTML files till now have created using SAS program
Correct Answer : Get Lastest Questions and Answer : Explanation: You can use ODS HTML to generate the HTML output. However, it is possible in a single program you are generating multiple reports. Hence, to create a framed output you will be using these three options together body=, contents=, and frame= . Where contents= will have links to all the generated report by your program. As you know, reports will be generated using PROC steps only, hence all the PROC steps which are creating the output will have links in the html file generated by contents= option.
Question : You have written below statements for generating HTML output ods html body='/folders/myfolders/hadoopexam/hesample102.html' contents='/folders/myfolders/hadoopexam/contents.html' frame='/folders/myfolders/hadoopexam/frame102.html';
What would be there in frame102.html file?
1. It will have contents from contents.html file
2. It will have contents from hesample102.html file
4. It does not have anything it, it is just a frame around the output.
Correct Answer : Get Lastest Questions and Answer : Explanation: Frames file will contain the output from both the files. Hesample102html and contents.html file, and both the file will be integrated in fram102.html file.
1. A,B,C 2. A,C,D 3. Access Mostly Uused Products by 50000+ Subscribers 4. B,C,D Correct Answer : Exp : Question is asking to read data for both location and course_duration which always appears in nd line. So we can use line position control for that. In option @2 is used which is not correct line control syntax we can rule it out. Now remaining all three are correct.
Question : You have been given below dataset
Which of the following program can read data correctly?