BookmarkSubscribeRSS Feed
senu188
Quartz | Level 8

Hi,

 

1) Anyone can assist where the pagesize is defined in sas config for SAS EG and IBM process manger ?

 

 

1 REPLY 1
gwootton
SAS Super FREQ

You can see what these settings are and how they are set by running: 

 

proc options option=pagesize value; run;
proc options option=linesize value; run;

 

Enterprise Guide lets you set this in it's options menu under Results -> General.

 

Enterprise Guide uses a Workspace Server (e.g. <SASConfig>/Lev1/SASApp/WorkspaceServer/WorkspaceServer.sh), so you could add a -pagesize option to the sasv9_usermods.cfg file in the Workspace Server directory.

Process Manager runs jobs using the Batch Server (e.g. <SASConfig>/Lev1/SASApp/BatchServer/sasbatch.sh), so you could add a -pagesize option to the sasv9_usermods.cfg file in the BatchServer directory.

 

Configuration Files for Components of SAS Application Servers 

--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 290 views
  • 1 like
  • 2 in conversation