BookmarkSubscribeRSS Feed
JackHamilton
Lapis Lazuli | Level 10
Would it be possible to make this the default on MVS systems? When, on MVS, would I ever not want to specify it?
3 REPLIES 3
David_SAS
SAS Employee
Jack,

You can customize the record separator in the ODS portion of the SAS registry. The DMS "regedit" command or PROC REGISTRY are ways to do this.

-- David Kelley, SAS
JackHamilton
Lapis Lazuli | Level 10
Is there a reason why SAS shouldn't ship with RECORD_SEPARATOR=NONE preset on MVS systems?

I always want SAS to do my work for me.
Chevell_sas
SAS Employee
Specifying the RS=NONE option on MVS does allow this file to become more portable. The CC character '15'x is added mostly because of performance reasons. Specifying the RS=NONE option requires that we build one record at a time which I assumed would add some additional overhead. However benchmarking this has not proven a significant difference so far with my test.

I will enter a suggestion defect on this so that it can be considered for a future release.

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
  • 3 replies
  • 956 views
  • 0 likes
  • 3 in conversation