Question : When you have following HTML ods ods html path='/folders/myfolders/hadoopexam/' (url='http://hadoopexam.com/sas/') body='hesample103.html' contents='toc103.html' frame='frame103.html'; What is the reason for using URL option here?
1. It will directly upload the files on HadoopExam.com if connection is open with the server.
2. It will have relative URL created in the output, so these generated reports can be uploaded on the server.
4. It can only be uploaded only one serer where website is hosted.
Correct Answer : Get Lastest Questions and Answer : Explanation: Using the URL option will help you to create the relative URL. Hence, this files can directly be uploaded on the server as a source file.
Question : Which of the following option will help you to create PDF output as below.
Correct Answer : Get Lastest Questions and Answer : Explanation: Whenever you want to change the output color or appearance of the PDF and HTML file you can use STYLE= option.
Question : You are using the below code to generate report in HTML format ods html path='/folders/myfolders/hadoopexam/' (url='http://hadoopexam.com/sas/') body='hesample103.html' contents='toc103.html' frame='frame103.html'; What is the use of providing PATH option?
1. It will have URL appended with the PATH values and relative link will be created in all html files.
2. This is the path of the Server location where the website is hosted and file needs to be manually uploaded on that server.
4. It is the location where all the logs of the SAS program will be stored.
Correct Answer : Get Lastest Questions and Answer : Explanation: Whenever you run a SAS program to generate HTML output and you want that these files needs to be stored in a particular location on that machine where the SAS program is running you can use PATH= option. Also, it will help you to not repeat the same values for contents and frame option.