home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / db / dbtool71 / ulcase6.ctl < prev    next >
Encoding:
Text File  |  1994-08-08  |  850 b   |  29 lines

  1. -- Copyright (c) 1991 by Oracle Corporation 
  2. --   NAME
  3. --     ulcase6.ctl - <one-line expansion of the name>
  4. --   DESCRIPTION
  5. --     <short description of component this file declares/defines>
  6. --   RETURNS
  7. --
  8. --   NOTES
  9. --     <other useful comments, qualifications, etc.>
  10. --   MODIFIED   (MM/DD/YY)
  11. --    ksudarsh   02/21/94 -  specify sorted indexes
  12. --    ksudarsh   11/06/92 -  infile is ulcase6 
  13. --    cheigham   08/28/91 -  Creation 
  14. -- 
  15. -- $Header: ulcase6.ctl 7010300.1 94/02/24 18:40:45 snataraj Generic<base> $ 
  16. -- 
  17. load data
  18. infile 'ulcase6.dat'
  19. replace
  20. into table emp
  21. sorted indexes (empix)
  22. (empno position(1:4) nullif empno=blanks,
  23. ename position(6:15),
  24. job position(17:25),
  25. mgr position(27:30) nullif mgr=blanks,
  26. sal position(32:39) nullif sal=blanks,
  27. comm position(41:48) nullif comm=blanks,
  28. deptno position(50:51) nullif empno=blanks)
  29.