I am encountering a failure in fscreate that is posting an error message to the user's HPF log. It is something we have encountered before, and know how to resolve. Unfortunately, the HPF log is not stating the exact timeseries that is causing the error.
eERROR: Exception caught during diagnostics of the variable TOTAL_ADJ_SALES_QTY_PSA.
nNOTE: BY line has been truncated at least once.
nNOTE: The above message was for the following BY group:
n CLASS_CLUSTER=00012038 JCE/DRINKS-SHLF STBL_123481 SUBCLASS_CLUSTER=' 35 POWDERED_123481'
In this case, I know the BY variable is SKU_CLUSTER, which is not being listed in the error at all. The apparent answer is to set linesize=max, from the current setting of 102. However, I cannot get the setting to take. It is being set in a custom options.sas file, which is being called in appserver_autoexec_usermods.sas. This method is being used successfully for other options and variables. My best guess is that the setting is being overridden somewhere else, but I have been able to determine where. Any other references to linesize that have been found also set to max. I have cycled all the associated services to no avail.
Any insight is appreciated.
Thanks,
Ryan