identity_16bit
.
The maximum number of output variables is 128.
identity_16bit
.
If you do not use the default catalog name (FORMATS) or the default library (WORK or LIBRARY) when you create user-defined formats, you must use the FMTSEARCH system option to specify the location of the format catalog. For more information, see PROC FORMAT in the Base SAS Procedures Guide.
For example, assume you use the default values. The initial wait time is 15 seconds. The first retry waits for 30 seconds. The second retry waits for 60 seconds. The third retry waits for 120 seconds. This is the default time-out value. So, the default initial wait time and time-out values enable four possible tries—the initial try, and three retries.
For example, assume you use the default values. The initial wait time is 15 seconds. The first retry waits for 30 seconds. The second retry waits for 60 seconds. The third retry waits for 120 seconds. This is the default time-out value. So the default initial wait time and time-out values enable four possible tries—the initial try, and three retries.
%indb2pm; %let indconn = server=db2base user=user1 password=open1 database=mydb; %indb2_publish_model( dir=C:\SASIN\baseball1, modelname=baseball1);
CREATE FUNCTION baseball1_EM_eventprobablility ( "CR_ATBAT" float, "CR_BB" float, "CR_HITS" float, "CR_HOME" float, "CR_RBI" float, "CR_RUNS" float, "DIVISION" varchar(31), "LEAGUE" varchar(31), "NO_ASSTS" float, "NO_ATBAT" float, "NO_BB" float, "NO_ERROR" float, "NO_HITS" float, "NO_HOME" float, "NO_OUTS" float, "NO_RBI" float, "NO_RUNS" float, "YR_MAJOR" float ) RETURNS varchar(33) LANGUAGE C NO SQL PARAMETER STYLE SQL DETERMINISTIC FENCED THREADSAFE NO EXTERNAL ACTION ALLOW PARALLEL NULL CALL EXTERNAL NAME '/users/db2v9/sqllib/function/SAS/ dbname_username_baseball1.so!baseball1_em_ eventprobablility '