Proc Neural Error in SAS. Catalog xxx.yyy Does Not Exist -


so running proc neural in sas enterprise miner , keep getting error message below. have referenced , used exact same dataset in other procedures within same program. have created library data1 consists of blahblah data. have idea why not work? beyond baffled this. clarify, libname data1 'filepath'; used create library , filepath contain blahblah.sas7bdat file.

proc neural data=data1.blahblah dmdbcat=data1.blahblah random=12345; 

note: data file `data1.blahblah.data in format native host, or file encoding not match session encoding. cross environment data access used, might require additional cpu resources , reduce performance.
note: procedure neural used (total process time):
real time 0.01 seconds
cpu time 0.01 seconds

error: catalog data1.blahblah not exist.
error: dmdb catalog data1.blahblah constructed data set no valid observations.
note: closing neural application.
note: sas system stopped processing step because of errors. 7257

architecture=mlp hidden 10/ id=middle act=log bias combine=add; input blah blah blah blah blah blah /id=inputs; prelim 5 preiter=10;quit; target=bad/id=predict_layer combine=add bias act=log ; outest=estimate; outfit=fitness; nloptions=noprint; run; 


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -