| sep96.tar |
Listing 1: Sybase product startup script
################################################################## # Script: /etc/skel/.profile.sybase # Purpose: Provide the user with the proper setup for Sybase # Updates: 4/1/94 Created. WDF # 5/5/95 Changed from sybase.1001 to sybase.1002. CIC ################################################################## SYBNO="02" DSQUERY=SUNSYB02 PATH=/dbs/sybase/sybase.1002/bin:$PATH SYBASE=/dbs/sybase/sybase.1002 SYBPLATFORM=sun_svr4 export PATH SYBASE DSQUERY SYBPLATFORM SYBNO # End of File
|