Главная » Просмотр файлов » SAS OnDemand for Academics. Student user_s Guide. Third Edition (2013)

SAS OnDemand for Academics. Student user_s Guide. Third Edition (2013) (811376), страница 15

Файл №811376 SAS OnDemand for Academics. Student user_s Guide. Third Edition (2013) (SAS OnDemand for Academics. Student user_s Guide. Third Edition (2013).pdf) 15 страницаSAS OnDemand for Academics. Student user_s Guide. Third Edition (2013) (811376) страница 152020-08-25СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

Текст из файла (страница 15)

If you do not,then your modifications are lost when you end your session.In addition, some of the SAS data sets that are available from the SAS server might betoo large to download locally unless you have modified them to make them smaller. Inthis case, it is recommended that you work with the original SAS data sets only whileconnected to the SAS server.To easily reference your project, use the predefined macro &PROJECTS_DIR.Here is an example:ods html path="&PROJECTS_DIR" file="test.html" sge=on;proc sgplot data=sashelp.class;vbar age;run;ods html close;Working with Compressed SAS Data SetsSAS does not recommend that you work with compressed SAS data sets when using SASOnDemand for Academics: Web Editor.

If you have a compressed SAS data set, then youcan use the COMPRESS=NO option to remove compression.54Step 4. Review the Basics for Working with Data and ResultsChapter 5Assigning LIBNAME and FILENAME StatementsThe SAS server is unable to recognize or access the local drives of your PC.

Therefore, ifyour SAS program includes a LIBNAME or FILENAME statement that refers to a localpath (such as a location on your C: drive), then you receive processing errors.Instructors have the ability to store SAS data sets and other data files on the SASserver. If your instructor has taken advantage of this feature, then you will receiveeither a LIBNAME statement or a FILENAME statement from your instructor that youcan use to access the appropriate data.Note: LIBNAME or FILENAME statements are case sensitive.

Copy them or enterthem in exactly as they are shown to avoid permissions errors.If you do have local SAS data sets that you want to use, then it is recommended that youupload them. You can then refer to the uploaded SAS data sets in your code or in yourprojects. In addition, if you modify the SAS data sets that you upload and you want touse them again, then you should download the SAS data sets from the SAS server priorto exiting SAS OnDemand for Academics.Accessing Data with LIBNAME or FILENAME StatementsOnce a SAS data set or a data file has been uploaded to the SAS server, users can accessthe data using the appropriate LIBNAME or a FILENAME statement. The LIBNAMEor FILENAME statement to use is provided to you during the course registrationprocess. To access this information at any time:1Log on to your SAS OnDemand for Academics Home Page.2Start SAS OnDemand for Academics: Web Editor.3Create or open a SAS program.4Assign the LIBNAME or FILENAME statement in your code in order to accessyour data.

Remember LIBNAME and FILENAME statements are casesensitive.Working with INFILE StatementsAn INFILE statement identifies an external data file to read with an INPUT statement.If you plan to use an INFILE statement or are asked to use an INFILE statement toaccess data, then you must use a fully qualified path in your statement.For example, if country.dat exists in a course directory called/courses/u_0/i_123/c_105, then the INFILE statement to access this data filewould be:infile '/courses/u_0/i_123/c_105/country.dat';However, if you specified a path that is not fully qualified (such as the following), thenan error would be produced:infile 'country.dat';Students must use the INFILE statement (with the fully qualified path) that yourinstructor provides.Working with INFILE Statements and Microsoft Windows Data FilesIf you import or upload a raw data file (such as a text file or a comma-separated-valuefile) from a PC using the Microsoft Windows operating system, then the file mightSAS OnDemand for Academics: Web EditorStep 5.

Finding Help for Common Problems55contain carriage-return characters. These carriage-return characters cause errors whenyou attempt to read the file on the UNIX version of SAS used by SAS OnDemand forAcademics servers.For example, using the following INFILE statement could cause data processing or datadisplay errors:infile newemps dlm=',';These errors can be avoided by using the following INFILE statement:infile newemps dlm=',' TERMSTR=CRLF;For more information about the TERMSTR option, search for TERMSTR in SAS 9.3Online Documentation at http://support.sas.com/documentation.Working with ResultsYou can download your results in the following file types from the SAS Web Editor:html.pdf.rtfTo download your results, select the Results tab and click either:Download as an HTML fileDownload as a PDF fileDownload as an RTF fileStep 5.

Finding Help for Common ProblemsCheck the “Commonly Asked Questions: SAS OnDemand for Academics: Web Editor” onpage 56 and follow the procedures below for additional help.Where Can Students Find Help?Students should be asked to follow the steps below to resolve any support issues thatthey encounter:Step 1. Review Commonly Asked Questions, SAS Notes, and SASDocumentationUse the key word “ondemand academics” to search for issues specific to SAS OnDemandfor Academics from these sources:“Commonly Asked Questions: SAS OnDemand for Academics: Web Editor” on page56SAS Notes, a database of common technical issues found athttp://support.sas.com/notesSAS Product Documentation at http://support.sas.com/documentation56Step 5. Finding Help for Common ProblemsChapter 5Step 2.

Contact Your InstructorIf you are a student and you have questions about using SAS OnDemand for Academics,then contact your instructor. Instructors can point students toward educationalresources and help ensure that offerings are used correctly.If further assistance is needed, then your instructor can contact SAS Technical Support.Commonly Asked Questions: SAS OnDemand for Academics:Web EditorDoes SAS OnDemand for Academics: Web Editor have all the same features asSAS?Certain features of SAS OnDemand for Academics: Web Editor have been disabledbecause they are not practical in this setting.

For example, the ability to scheduleprojects is not available. Note that the online Help system documents all SAS WebEditor features, including those that might be unavailable in this offering.How do I log on to SAS OnDemand for Academics?When you open SAS OnDemand for Academics, the Credentials Required windowis displayed:You must use this window to log on to the SAS server (the SAS MetadataRepository) so that you can perform SAS processing.To log on, enter the following information:1In the User field, enter your SAS server user ID. This user ID is also displayedon your SAS OnDemand for Academics Home Page.2 In the Password field, enter your SAS profile password.

There are two timeswhen you might have supplied a SAS profile password: when you originallycreated a SAS profile or when you registered for SAS OnDemand forAcademics.SAS OnDemand for Academics: Web EditorStep 5. Finding Help for Common Problems57How do I find out more information about using SAS OnDemand for Academics:Web Editor?After you have logged in to the SAS Web Editor, you can refer to the options on itsHelp menu. You can also refer to the “Learning Resources for SAS OnDemand forAcademics” appendix in this manual.Can I access the Program Editor, Log, and Output windows using SAS OnDemandfor Academics: Web Editor?Yes.

Select the Code tab to access the Program Editor. Select the Log tab to seethe SAS log. Select the Results tab to see the results.How do I work with data in SAS OnDemand for Academics: Web Editor?SAS OnDemand for Academics: Web Editor works in conjunction with the SASserver.

The easiest way to work with data is to ensure that the SAS server hasaccess to that data. You can do this by using existing sample data sets on the SASserver, uploading data files to the SAS server, or accessing data that an instructorhas chosen to store on the SAS server.Does SAS Web Editor save my files when I sign out or close my browser?Unless you are using the Apple Safari browser, you will be prompted by theapplication to save your files if they contain unsaved changes.Apple Safari prompts you only when you sign out. If you exit the browser, close thebrowser tab, refresh the browser page, or navigate to a different browser page,Safari will not prompt you, and your unsaved changes are lost.How do I share data with other users who are using SAS OnDemand forAcademics: Web Editor?Only instructors have the ability to store data on the SAS server.

Once the data isstored, instructors can share a LIBNAME or FILENAME statement with users sothat they can access the data.Can I use data other than SAS data sets?Yes. If your instructor has stored data files other than SAS data sets on the SASserver, then he or she will provide you with a FILENAME statement that you canuse to access the data.My code is not producing any graphs. What am I doing wrong?SAS Web Editor only supports the default device of PNG for html. If you specifydevices such as GIF, JPEG, ACTXIMG, ACTIVEX, and so on, then your graphsare not produced and no warnings or errors are given.I am trying to use an INFILE statement to access data, but it is causing errors.How should I use an INFILE statement?You must use a fully qualified path when using an INFILE statement within SASOnDemand for Academics: Web Editor.

In addition, INFILE statements are casesensitive. Ensure that you are entering the INFILE statement appropriately.Refer to “Working with INFILE Statements” on page 54.I have copied code in to the code (Program) window, but I am getting errors when Itry to run the code. What is happening?This could be the result of hidden or special characters in the code that you copiedin to the code window. One way to resolve this issue is to enter the code instead ofcopying the code. If the amount of code is too much to enter, then you could trysaving the code as a text file to remove any special characters or formatting and58Step 5.

Finding Help for Common ProblemsChapter 5then copying the code in to the Code window. For more information and options,search for SAS Note 16658 on http://support.sas.com/notes.How do I save my projects or files from within SAS OnDemand for Academics:Web Editor?Save your work to a project file within SAS Web Editor. You can then clickProjects Download from the Projects that are in the navigation pane to saveyour work to your Downloads directory on your PC.I have to create my file shortcuts every time I log on to the SAS Web Editor.

Характеристики

Список файлов книги

Свежие статьи
Популярно сейчас
Как Вы думаете, сколько людей до Вас делали точно такое же задание? 99% студентов выполняют точно такие же задания, как и их предшественники год назад. Найдите нужный учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
6439
Авторов
на СтудИзбе
306
Средний доход
с одного платного файла
Обучение Подробнее