BookmarkSubscribeRSS Feed
angelinading
Fluorite | Level 6

 

Hi all,

 

If you are dealing with a mess amount of SAS programs, 

Instead of click the programs one by one manually,

I am here to share a more efficient method that can save you the hassle

 

Basically it is a Windows Batch File with a suffix of .bat

1.PNG

 

A very simple 3 sentences command:

2.PNG

 

 

-------------------------------------------------------------------------------------

path [!path];C:\Program Files\SASHome\SASFoundation\9.4    -- Defines the path of SAS engine location, it differs
for %%f in (*.sas) do (SAS %%f -nostatuswin )                            -- Batch run programs end with .sas

pause                                                                                                -- Provide details of each program, optional                                    

-------------------------------------------------------------------------------------

 

Hope it helps!

 

Leader Spring 2026.png

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

 

Leader Spring 2026.png

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

Discussion stats
  • 0 replies
  • 1242 views
  • 1 like
  • 1 in conversation