home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / pswsort / beispiel.exe / BSERZ04.BAT < prev    next >
DOS Batch File  |  1992-07-18  |  685b  |  19 lines

  1. REM   BSERZ04.BAT - Zugriffsfehler-Beispiel für Programm PSWSORT
  2. REM   Es wird ein Inhaltsverzeichnis sortiert, das eine fixe Satzlänge
  3. REM   von 39 Bytes hat.
  4. REM   Das Programm bricht mit
  5. REM      falsches Satzlängenfeld
  6. REM   ab, da die Eingabedatei zwar ein für eine variable COBOL-Datei
  7. REM   gültiges Label hat, das 1. Satzlängenfeld aber nicht den Konventionen 
  8. REM   entspricht. 
  9. REM   ------------------------------------------------------------------------
  10. SET SORTPROT=BSERZ04.PRT
  11. SET SORTCORE=0
  12. SET SORTWORK=
  13. SET SORTIN=BSERZ04.EIN,VARCOB,100
  14. SET SORTFORM=
  15. SET SORTOUT=BSERZ04.AUS
  16. REM   die Datei wird nach Name sortiert
  17. SET SORTFIELDS=CHAR,1,12
  18. PSWSORT
  19.