User's Manual
D-6 Customizing the DecisioNet System
Prescript and Postscript Files
The following two shell script files, prescript.sh and postscript.sh, are
default entries in a DecisioNet UNIX system. They are both in the
/appl/epl/bin/ directory. These files can be modified for system-
specific printing requirements.
prescript.sh
#!/usr/bin/ksh
echo "Pre-Prosessing Script"
postscript.sh
#!/usr/bin/ksh
#NOTE: This script now supports synchronous USER input/output control - 4/18/96.
echo "Post-Processing Script"
echo "The file is $1"
echo "The field is $2"
# This will cause the $1 input file to be sorted on label TYPE.
sortbyfield.sh $1 5 sorted.out n
Label Data Manager - Print File layout
The information in the sample print files below is based on the
following data.
Field Symbol Type Size
Item Number PLU alphanumeric 13
Price Level LVL numeric 2
Location LOC numeric 12
Serial Number SN alphanumeric 8
EPL Type TYPE numeric 2
Measure MEAS numeric 4
Unit of Measure UMEAS alphanumeric <=15
Package Size PKGSIZE alphanumeric 8
Description DESC alphanumeric <=30