ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
596 B

  1. //BWBGEN JOB CLASS=C,REGION=0K
  2. //*
  3. //TRANSFER PROC BWBPREF='BWBASIC'
  4. //DELETE EXEC PGM=IEFBR14
  5. //DD1 DD DSN=&BWBPREF..ALLZIPS,DISP=(MOD,DELETE),
  6. // UNIT=SYSALLDA,SPACE=(TRK,(0))
  7. //*
  8. //COPY EXEC PGM=IEBGENER
  9. //SYSUT1 DD DSN=HERC02.IN,DISP=OLD,
  10. // UNIT=TAPE,VOL=SER=PCTOMF,LABEL=(1,NL),
  11. // DCB=(RECFM=U,LRECL=0,BLKSIZE=6144)
  12. //SYSUT2 DD DSN=&BWBPREF..ALLZIPS,DISP=(,CATLG),
  13. // SPACE=(6144,(200,200),RLSE),UNIT=SYSALLDA,
  14. // DCB=(RECFM=U,LRECL=0,BLKSIZE=6144)
  15. //SYSIN DD DUMMY
  16. //SYSPRINT DD SYSOUT=*
  17. // PEND
  18. //*
  19. //S1 EXEC TRANSFER
  20. //