home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 42.ddi / install / c_ver.out next >
Encoding:
Text File  |  1991-03-04  |  1.1 KB  |  52 lines

  1.  
  2.  
  3. #Verifying Pro*C ...
  4.  
  5.  
  6.                #########################################
  7.  
  8. #Check the banners:
  9.  
  10. pcc            1.3.15
  11.  
  12.  
  13.  
  14.                ########################################
  15.  
  16. #Demo testing:
  17.  
  18.       #make executable samplec from samplec.pc and invoke it
  19.       #      make -f proc.mk samplec
  20.  
  21.     pcc include=/usr/user1/c/lib ireclen=132 oreclen=132 rebind=no select_error=no sqlcheck=limited userid=scott/tiger iname=samplec.pc 
  22.  
  23. ORACLE Precompiler: Version 1.3.15 on Sat Dec 15 06:20:25 1990
  24.  
  25. Copyright (c) Oracle Corporation 1979, 1989.  All rights reserved.
  26.  
  27.  
  28. Pro*C Production.
  29.  
  30. Precompiling samplec.pc
  31. cc -O samplec.c -o samplec /usr/user1/rdbms/lib/libsql.a /usr/user1/rdbms/lib/osntab.o /usr/user1/rdbms/lib/libsqlnet.a /usr/user1/rdbms/lib/libora.a -lld
  32. samplec.c
  33.  
  34. ---input-to-samplec---
  35. KIRK
  36. captain
  37. 1234.00
  38. 10
  39.  
  40. ---end-of-input---
  41.  
  42.  
  43. Enter employee name  : Enter employee job   : Enter employee salary: Enter employee dept  :   
  44. KIRK added to the ACCOUNTING department as employee number 7944
  45. Enter employee name  : 
  46. End of the C/ORACLE example program.
  47.  
  48.  
  49.  
  50.                #######    C.Verify Done    #######
  51.  
  52.