BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5

data uu;
set sashelp.class;
run;

 

 

how to execute program without click run symbol and f3?

11 REPLIES 11
Kurt_Bremser
Super User

@thanikondharish wrote:

data uu;
set sashelp.class;
run;

 

 

how to execute program without click run symbol and f3?


- Run it in batch.

- Enter "submit" into the display manager commandline.

thanikondharish
Calcite | Level 5
like submit command can you tell some other commands whatever?
thanikondharish
Calcite | Level 5
for example:
x notepad used in command bar
thanikondharish
Calcite | Level 5
what is 42

RW9
Diamond | Level 26 RW9
Diamond | Level 26

It is the answer to Life, the Universe, and Everything.

ballardw
Super User

@thanikondharish wrote:

data uu;
set sashelp.class;
run;

 

 

how to execute program without click run symbol and f3?


Did your SAS installation not include any of the online help files or links?

Go to your SAS editor window.

Press F1.

If you get the SAS Help and Documentation window popup then search for topics there. There are a large number of "commands" that can be accessed with the command line, many of them are also accessed using the various menus.

 

 

Reeza
Super User

If you want informative answers you'll need to post significantly more details of the problem you're trying to solve. Vague question = vague answers. 

 


@thanikondharish wrote:

data uu;
set sashelp.class;
run;

 

 

how to execute program without click run symbol and f3?


 

%INCLUDE

Batch Submission

Stored Procedure Scheduled

Run

F3 

Right Click and run in SAS EG....

 

 

ballardw
Super User

And in my DMS

F8

and have assigned other KEYS entries on occasion to do SUBMIT with out the switches to the LOG.

 

Lets not forget the SUBTOP N  command which submits only the top N lines of code in the editor (you supply an integer value for N)

which could be assigned to a key …

 

Or create a PMENU item with appropriate command, activate the menu and use that menu item instead of supplied menu or keys.

 

Or the -SYSIN "programname.sas" option on the command line or program object properties to run a program file when started (which becomes batch mode)

 

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 11 replies
  • 974 views
  • 3 likes
  • 5 in conversation