home *** CD-ROM | disk | FTP | other *** search
- See Special Notes at bottom of this file.
-
- LIST OF SAMPLE FILES
- --------------------
-
- \samples\c
- SETCS2 CMD : OS/2 32 Bit CSET/2 setup
- SETMSC CMD : OS/2 16 Bit Microsoft C setup
- SETMSCD CMD : DOS 16 Bit Microsoft C setup
- BLDCS2 CMD : OS/2 32 Bit CSET/2 build
- BLDCS2SR CMD : OS/2 32 Bit CSET/2 build stored procedure
- BLDMSC CMD : OS/2 16 Bit Microsoft C build
- BLDMSCD CMD : DOS 16 Bit Microsoft C build
- BLDMSCSR CMD : OS/2 16 Bit Microsoft C build stored procedures
- OUTSRV DEF : OS/2 DEF to build DLL for server
- INPSRV DEF : OS/2 DEF to build DLL
- BLKSRV DEF : OS/2 DEF to build DLL
- UPDATE SQC : OS/2 C (CSET/2 and Microsoft C)
- UPDATED SQC : DOS Microsoft C
- STATIC SQC : OS/2 C
- CURSOR SQC : OS/2 C
- DYNAMIC SQC : OS/2 C
- OUTCLI SQC : OS/2 C Client Application
- OUTSRV SQC : OS/2 C Server Stored Procedure
- INPCLI SQC : OS/2 C Client
- INPSRV SQC : OS/2 C Server
- BLKCLI SQC : OS/2 C Client
- BLKSRV SQC : OS/2 C Server
- BLOCK H : OS/2 Header file for both client and server
- DOSCAT C : DOS Microsoft C. Utility to catalog a database
- DOSINT SQC : DOS Microsoft C. Interrupt Handling under DOS.
-
- \samples\cob
- SETCOB CMD : OS/2 16 Bit Cobol setup
- SETCOBD CMD : DOS 16 Bit Cobol setup
- BLDCOB CMD : OS/2 16 Bit Cobol build
- BLDCOBD CMD : DOS 16 Bit Cobol build
- BLDCOBSR CMD : OS/2 16 Bit Cobol Stored Procedures build
- OUTSRV DEF : OS/2 DEF to build DLL for server
- INPSRV DEF : OS/2 DEF to build DLL
- UPDATE SQB : OS/2 Cobol
- STATIC SQB : OS/2 Cobol
- CURSOR SQB : OS/2 Cobol
- DYNAMIC SQB : OS/2 Cobol
- OUTCLI SQB : OS/2 Cobol Client
- OUTSRV SQB : OS/2 Cobol Server
- INPCLI SQB : OS/2 Cobol Client
- INPSRV SQB : OS/2 Cobol Server
- UPDATED SQB : DOS Cobol
-
- \samples\for
- SETF16 CMD : OS/2 16 Bit Watcom Fortran setup
- SETFOR CMD : OS/2 32 Bit Watcom Fortran setup
- BLDF16 CMD : OS/2 16 Bit Fortran build
- BLDFOR CMD : OS/2 32 Bit Fortran build
- UPDATE SQF : OS/2 32 and 16 Bit Fortran
- STATIC SQF : OS/2 32 and 16 Bit Fortran
- CURSOR SQF : OS/2 32 and 16 Bit Fortran
- DYNAMIC SQF : OS/2 32 and 16 Bit Fortran
-
- \samples\rex
- UPDATE CMD : OS/2 Rexx
- DYNAMIC CMD : OS/2 Rexx
- OUTCLI CMD : OS/2 Rexx
- OUTSRV CMD : OS/2 Rexx
- INPCLI CMD : OS/2 Rexx
- INPSRV CMD : OS/2 Rexx
-
- \samples\win
- MAKED : Make File for DOS Dynamic link mixed memory model
- MAKED CMD : Calls SetWin and invokes NMAKE on MAKED
- MAKEL : Make file for Large memory model
- MAKEL CMD : Calls SetWin and invokes NMAKE on MAKEL
- SETWIN CMD : Windows setup. A 16 Bit language must also be specified.
- DBMMOD DEF : Def file for DLL
- WINMOD DEF : Def file for DLL
- DBMMOD SQC : DLL and static linked
- CPCONV C : Code Pages
- WINMOD C : C code
- WINMOD H : Header
- CPCONV H : Header
- DBMMOD H : Header
- WINMOD RC : Resource File
-
- SPECIAL NOTES
- -------------
-
- BLKSRV.SQC
- This program has the qualifier "USERID" hardcoded
- as the owner of the tables in the SAMPLE database.
- If this is not true in your environment, do ONE
- of the following:
- 1. Change the qualifier to reflect the owner
- of the database.
- 2. Remove the qualifier.
- 3. Modify the program to accept a qualifier on the
- command line.
- 4. Logon as "USERID" and run SQLSAMPL to create
- tables owned by "USERID".
-
- DOSINT.SQC
- This program has the qualifier "USERID" hardcoded
- as the owner of the SAMPLE database.
- The (NetBIOS) target node is hardcoded as "KEYNES".
- You must either edit this value, or modify the program
- to accept a target node on the command line.
-
- DOSCAT.C
- This sample utility does not need to be preprocessed.
- Copy BLDMSCD.BAT to another file, and remove the line
- containing SQLPREP with a text editor.
-