BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
fanwayne
Fluorite | Level 6

I have some troubles with running programs from kennet by using the Sublime Text, which is a text editor. I was wondering if anyone is using this software and can do me a favor. I have no idea about the basic setting of build system. What I could found in the default setting file has the following codes, but the codes were basically for local PC SAS program.

Spoiler
{
    "err-regx": "(^(error|warning:)|uninitialized|[^l]remerge|Invalid data for)(?! (the .{4,15} product with which|your system is scheduled|will be expiring soon, and|this upcoming expiration.|information on your warning period.))",
    "sas-args":
    [
        "-nologo",
        "-noovp"
    ],
    "sas-path": "C:\\Program Files\\SAS\\SASFoundation\\9.2\\sas.exe"
}

I will be very much grateful if someone can help with this issue.

Many thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

I still have absolutely no idea what "kennet" is. Even searching on wikipedia and google did not provide me with any clue.

Is "kennet" a servername?

 

So you have a sophisticated text editor. What do you write with that editor? SAS programs?

SAS programs can be run in batch mode with 'sas programname.sas', but then you need to locate the log file and read that to see what happened during the program run.

 

SAS itself provides several development interfaces that keep program code, results and logs in one place.

Natively with the Display Manager,

Enterprise Guide as a Windows frontend,

or SAS Studio, a web application that only needs a browser on the client side.

 

Since you seem to even have a problem describing your SAS setup, I suggest you get in contact with your SAS administrator so he/she can provide you with that basic information.

View solution in original post

3 REPLIES 3
fanwayne
Fluorite | Level 6
Em..Did you mean which system the SAS tool is installed on? It is installed on Unix. I have no idea how to express very clearly. When I want to use the SAS tool, I should log onto a remote virtual machine through Citrix and then log onto kennet so as to acess the Unix SAS
Kurt_Bremser
Super User

I still have absolutely no idea what "kennet" is. Even searching on wikipedia and google did not provide me with any clue.

Is "kennet" a servername?

 

So you have a sophisticated text editor. What do you write with that editor? SAS programs?

SAS programs can be run in batch mode with 'sas programname.sas', but then you need to locate the log file and read that to see what happened during the program run.

 

SAS itself provides several development interfaces that keep program code, results and logs in one place.

Natively with the Display Manager,

Enterprise Guide as a Windows frontend,

or SAS Studio, a web application that only needs a browser on the client side.

 

Since you seem to even have a problem describing your SAS setup, I suggest you get in contact with your SAS administrator so he/she can provide you with that basic information.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 3 replies
  • 1286 views
  • 1 like
  • 2 in conversation