BookmarkSubscribeRSS Feed
supp
Pyrite | Level 9
Sorry, no aversion. I just posted here before I went looking. I did find a good document for using ODS on the z/OS platform.

http://support.sas.com/rnd/base/ods/templateFAQ/MVSODS3.pdf

Thanks for all the help.
supp
Pyrite | Level 9
I contacted sas support and I was able to get the test program to open in excel. Basically all I ended having to do was add 'rs=none;' to my ods statement. Like so:

ODS TAGSETS.EXCELXP FILE=odsfile style=sasweb rs=none;


I haven't read much documentation on rs=none yet but I'm really curious if someone knows what it is doing to correct my problem?
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Some aversion to reading DOC for enlightenment? The parameter prevents ODS-generated output data-strings from being broken at LRECL= level.

Scott Barry
SBBWorks, Inc.

Recommended Google advanced search argument, this topic/post:

ods recordseparator site:sas.com

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 17 replies
  • 3589 views
  • 0 likes
  • 4 in conversation