BookmarkSubscribeRSS Feed
SASPhile
Quartz | Level 8
Initially before adding the noprint option I had issues running the code thinikig that SAS log is giving problems due to the statistics output prinited by the univariate.
when I include the norpint i get this ERROR: Utility file open failed.

PROC UNIVARIATE noprint DATA=ttt PCTLDEF=3;
VAR sum_outlet;
OUTPUT OUT=UNIOUT
PCTLPTS=0 10 20 30 40 50 60 70 80 90 100
PCTLPRE=PCTL;
by slsgrp reg dist;
*by reg;
RUN;
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Check the SAS support website using the symptom/error message? There are hits for SAS maintenance, depending on your version and service-pack level.

Scott Barry
SBBWorks, Inc.

Suggested Google advanced search argument, this topic / post:
univariate utility file open failed site:sas.com

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 937 views
  • 0 likes
  • 2 in conversation