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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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