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.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2079 views
  • 0 likes
  • 3 in conversation