BookmarkSubscribeRSS Feed
gzr2mz39
Quartz | Level 8

I'm using SAS 9.3 TS Level 1M2 with tableeditor (modified 4/18/2012).
After running this piece of code I receive the error below.
This code runs without an error in SAS 9.2.

data _null_;
dcl odsout obj();
obj.table_start(name: "Stock",
overrides: "width=95pct");
obj.row_start();
obj.format_cell(data: "Injury Snapshot ~n (Data updated &month2. &day1., &year1.)",
        column_span: 4,
overrides: "backgroundcolor=BIGB color=white font_size=12pt font_weight=bold");
obj.row_end();
obj.table_end();
run;


WARNING: DATA step interface is preproduction in this release.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds

ERROR: The position is out of range.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
NOTE: The SAS System stopped processing this step because of errors.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.

1 REPLY 1
Cynthia_sas
SAS Super FREQ


Hi:

  Generally, when something works in one release of SAS, but not another release, that is an indication that you should call Tech Support. And, another indicator of when to call Tech Support is when you get Fatal errors in running code. So now you have 2 reasons to call Tech Support.

  To open a track with Tech Support, fill out the form at this link:

http://support.sas.com/ctx/supportform/createForm

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 882 views
  • 0 likes
  • 2 in conversation