halfmeg
2003-10-24 00:07:28 UTC
Jay J, does tape backspace work for the TOS system IPL with Hercules
version 3.0 ?
Have been digging around for more info on the tape sort. An older
SYNCSORT version (3.4 circa 1989) specifies that a tape sort may only
use the 24-bit addressing mode, cannot be invoked by PGM=SYNCSORT but
by PGM=SORT, SORTLIB containing the special tape sort program be
specified instead of the regular SYNCSORT library. All this leads me
to believe SYNCSORT folks used the OS/360 sort software almost
unchanged from the distribution we have. Earlier posts concerning
similarity in messages indicated the original source may have been
the OS/360 sort as well.
The sortwork DD statement as coded in an example in the SYNCSORT
manual looks like:
//SORTWK01 DD UNIT=TAPE
which is identical to my test job's DD statements. In the details
however, it states the UNIT parameter must be the installation
specific name chosen to define a tape device. The MVS Turnkey system
is genned with 3420s. OS/360 Sort knows about 2400s and 3400s
because it estimates sort capacity by type and density of the drive.
This from OS/360 Sort source:
THE FOLLOWING ASSUMPTIONS ABOUT DENSITY MUST BE MADE :
* A 7 TRACK UNITS WITHOUT SPECIF. DENSITY ARE ASSUMED 800 BPI.
* B 9 TRACK UNITS WITHOUT SPECIFIED DENSITY ARE ASSUMMED = 1600 BPI
<snip>
STH R6,CPINWKU PUT NO. OF WORK UNITS IN CPI
CLC CIWKFCT+2(2),CITP2400 ARE WORK UNITS 2400 TAPE
BE CI060A IF TRUE TAKE BRANCH FIR
CLC CIWKFCT+2(2),CITP3400 IS WORKUNITS 3400 TAPE FIR
BNE CI012 IF NOT TAKE BRANCH FIR
TM CIWKFCT+1,X'C0' ARE WORKTAPES 9-TRACKS FIR
BE CI012 IF TRUE TAKE BRANCH
IIRC Jay Moseley changed the MVT Sort distribution he provides after
my tinkering with the COBOL sort to include tape by adding the parm
2400 to the gen of SORT. His distibution is what Volker has included
with the Turnkey MVS system.
I am now wondering if it should/can be 3400 instead. Attempting to
attach a 2420 didn't work with Hercules 3.0 version.
Phil - think SYNCSORT may have added 3480s and 6250bpi to tape sort
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/W4wwlB/TM
---------------------------------------------------------------------~->
version 3.0 ?
Have been digging around for more info on the tape sort. An older
SYNCSORT version (3.4 circa 1989) specifies that a tape sort may only
use the 24-bit addressing mode, cannot be invoked by PGM=SYNCSORT but
by PGM=SORT, SORTLIB containing the special tape sort program be
specified instead of the regular SYNCSORT library. All this leads me
to believe SYNCSORT folks used the OS/360 sort software almost
unchanged from the distribution we have. Earlier posts concerning
similarity in messages indicated the original source may have been
the OS/360 sort as well.
The sortwork DD statement as coded in an example in the SYNCSORT
manual looks like:
//SORTWK01 DD UNIT=TAPE
which is identical to my test job's DD statements. In the details
however, it states the UNIT parameter must be the installation
specific name chosen to define a tape device. The MVS Turnkey system
is genned with 3420s. OS/360 Sort knows about 2400s and 3400s
because it estimates sort capacity by type and density of the drive.
This from OS/360 Sort source:
THE FOLLOWING ASSUMPTIONS ABOUT DENSITY MUST BE MADE :
* A 7 TRACK UNITS WITHOUT SPECIF. DENSITY ARE ASSUMED 800 BPI.
* B 9 TRACK UNITS WITHOUT SPECIFIED DENSITY ARE ASSUMMED = 1600 BPI
<snip>
STH R6,CPINWKU PUT NO. OF WORK UNITS IN CPI
CLC CIWKFCT+2(2),CITP2400 ARE WORK UNITS 2400 TAPE
BE CI060A IF TRUE TAKE BRANCH FIR
CLC CIWKFCT+2(2),CITP3400 IS WORKUNITS 3400 TAPE FIR
BNE CI012 IF NOT TAKE BRANCH FIR
TM CIWKFCT+1,X'C0' ARE WORKTAPES 9-TRACKS FIR
BE CI012 IF TRUE TAKE BRANCH
IIRC Jay Moseley changed the MVT Sort distribution he provides after
my tinkering with the COBOL sort to include tape by adding the parm
2400 to the gen of SORT. His distibution is what Volker has included
with the Turnkey MVS system.
I am now wondering if it should/can be 3400 instead. Attempting to
attach a 2420 didn't work with Hercules 3.0 version.
Phil - think SYNCSORT may have added 3480s and 6250bpi to tape sort
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/W4wwlB/TM
---------------------------------------------------------------------~->