RESCOMP Archives

June 2008

RESCOMP@LISTSERV.MIAMIOH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Andrews, Eric Scott Mr." <[log in to unmask]>
Reply To:
Research Computing Support <[log in to unmask]>, Andrews, Eric Scott Mr.
Date:
Wed, 18 Jun 2008 15:49:00 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
Hello,
     I am wanting to do a SAS batch job and I have the layout of the script that i want to write and submit. Is there a special editor that I need to use or a special format that the script must be in? I saved it to a text file (runcode.txt) and tried submitting it but it terminated because of "exit status 2". Just in case it helps, the code is...

#!/bin/bash -1
#PBS -N test1
#PBS -l nodes=1:ppn=1
#PBS -q sas
#PBS -l walltime=10:0:0
#PBS -m abe

module load sas
sas test.sas


... the file i want to submit is test.sas and it is currently on the cluster. Could somebody help me?

Thanks,
Eric Andrews

ATOM RSS1 RSS2