Error write into a SAS dataset

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
lottokahe
Premium Member
Premium Member
Posts: 21
Joined: Thu Nov 02, 2006 5:56 am

Error write into a SAS dataset

Post by lottokahe »

Hello community.

I have a problem writing into a SAS dataset.
The Job aborts with following error message:
APT_SAS_Export,0: subprocess failed with exit code 2,APT_SAS
APT_SAS_Export,0: ERROR: Library APTLIB does not exist.

It seems, that something very important is missing. But where can i set up parameters regarding SAS Datasets?

I am using this config file:
{
node "node1"
{
fastname "gcedwh2u"
pools ""
resource sas "/sas/sas913" { }
resource disk "/ascdata/ascwork/Datasets" {pools ""}
resource disk "/gerit/mh60379" {pools "" "sasdataset"}
resource sasworkdisk "/gerit/mh60379/A" { }
resource sasuserdisk "/gerit/mh60379/B" { }

resource scratchdisk "/ascdata/ascwork/Scratch" {pools ""}
}
}

If someone has a solution, don't hesitate to post it.

Thanks in advance.

Sven
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Can't really help, but let us know if this is something that was working and stopped or if this is the first time you've tried this and you are attempting to get it to work.
-craig

"You can never have too many knives" -- Logan Nine Fingers
lottokahe
Premium Member
Premium Member
Posts: 21
Joined: Thu Nov 02, 2006 5:56 am

SAS Dataset

Post by lottokahe »

chulett wrote:Can't really help, but let us know if this is something that was working and stopped or if this is the first time you've tried this and you are attempting to get it to work.
It is the first time that i want to create the SAS dataset.
My source is coming directly from SAS and is working:

libname mydata "/gerit/mh60379";
data liborch.gku2;
set mydata.gku2;
run;


I think there is something wrong in the config file.
I am happy about any suggestions.

Thanks and regards,

lotto
Post Reply