When I paste or hand-type the following code in Jupyter notebook, the code itself disappears.
This occurs with SAS university edition, but not with Jupyter notebook outside of the VirtualBox, and not with Python code or markdown within the VM.
%web_drop_table(WORK.IMPORT); FILENAME REFFILE '/folders/myshortcuts/ass2--multivariate/data/pollution.csv'; PROC IMPORT DATAFILE=REFFILE DBMS=CSV OUT=WORK.IMPORT; GETNAMES=YES; RUN; PROC CONTENTS DATA=WORK.IMPORT; RUN; %web_open_table(WORK.IMPORT);
This code is automatically produced automatically by SAS studio for import, so it shouldn't be the code itself.
Tested with:
All help is appreciated.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.