Is there a way to set up a sas program to stop when it encounters an error? And a secondary question is whether there is some kind of error notification capability directly in sas. This is for an automated sas program on linux.
For example...
GroupA=100
GroupB=50
GroupC=20
Etc.
I need to distribute these groups into the 9 cells. Then I would get a total sum for each cell. The standard deviation of the cell totals should be as small as possible (ie, the range between the largest and smallest cell should be as small as...
I don't even know correct terminology for this type of work so I'll try to explain...
1. I have about 50 groups that each have a varying number of people in them. For example, GroupA=100, GroupB=50, etc.
2. I would like to assign them each into one panel within a 3x3 matrix in a way where all...
Thanks for that response. I was afraid of that.
By the way, I also can't seem to figure out the best way to make my own template available to others.
In other words, how do you make a template that you've created available in the template section when someone does a File > New?
Or is there...
I have template with a customized field that uses a formula and graphical indicators.
Is there a way to protect specific fields of a template so that a proj mgr cannot change the customized field?
I am using Project 2000 and trying to set up a master project plan that is linked to multiple subprojects plus a resource pool that includes our internal dept.
Ideally, I'd like the RESOURCE POOL TO BE PROTECTED but also allow the subproject mgr to ADD OTHER RESOURCES TO THEIR SUBPROJECT. How...
I know cron jobs will send me mail to my unix account with any error messages. Plus I send out email via programs running on unix.
In both cases, I receive unix mail containing the error messages or a response from my original email. But I'd like to forward all this to my company email since I...
I'm trying to find a firewire card but my computer is a Gateway micro tower (compact in size) and therefore requires a "half-height" firewire card. I guess this size is no longer a standard and so I can't seem to find one. Anyone know where I should look?
I have a pipe-delimited flat file (say, myfile.txt) that looks something like...
2004-03-16 | user | action
Within a shell script, I'd like to add some text at the end of each line so that the resulting file would look like...
2004-03-16 | user | action | 1
What is the easiest way to...
I have a flat file and am trying to figure out if it is delimited with any non-printing characters (like tabs). In vi, I just see blanks between the fields, so is there a way to show ALL characters to determine the delimiter?
I have a script that contains something like the following in order to ftp in some files...
ftp << EndFTP
open thatserver
ascii
prompt
get newfile.log
close
EndFTP
I have it set to run daily in crontab and it works fine. However, I receive an email in my unix mailbox each time this script...
I'd like a script to complete only if it is the first Monday of the month. Can this be done in the crontab file or do I have to do an if/then within the script? If the latter, how?
I'm using the "lpr" command to print to a network printer but the file contains long lines of text between line breaks so the lines bleed off the page and do not get printed. So how can I get all the text printed?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.