The HPNEURAL Procedure
CODE Statement
CODE FILE=’external-file’ | fileref;
The CODE statement uses the current neural network model to generate SAS DATA step statements and save them in an external text file that can be used later to score a data set. The file does not contain the surrounding PROC and RUN statements. The DATA step statements can be used with the standard DATA step, PROC DS2, or PROC HPDS2.
You must specify the FILE= argument in one of the following ways:
The CODE statement is optional.
Last updated: May 25, 2022