Question 37: 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. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 3 Exp : 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.

You can access to full explanation to question and answer from this page.