Author |
Help installing COBOL on VAX |
Gurre
Member
Posts: 6
Location: Oslo, Norway
Joined: 30.04.07 |
Posted on May 01 2007 01:16 |
|
|
I have downloaded the COBOL compiler from http://vmsone.com/~ovmskits/vax_kits2003, but I get errors when I try to install it:
%VMSINSTAL-I-RESTORE, Restoring product save set C ...
%BACKUP-E-READERRS, excessive error rate reading DUA1:[COBOL]COBOL057.C;1
-BACKUP-E-HDRCRC, software header CRC error
%BACKUP-I-SPECIFY, specify option (QUIT or CONTINUE)
BACKUP> quit
%BACKUP-F-ABORT, operator requested abort on fatal error
%VMSINSTAL-E-NOSAVESET, Save set C cannot be restored.
%VMSINSTAL-E-INSFAIL, The installation of COBOL V5.7 has failed.
Save set A and B seems to be ok.
It looks like save set C is corrupt. I have tried downloading it several times.
Can it be downloaded from somewhere else?
--
Hilsen Harald |
|
Author |
|
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on May 02 2007 05:28 |
|
|
perhaps the file attributes are corrupted. What is the result of
DIR/FULL COBOL057.A
?
You may need
http://h71000.www7.hp.com/freeware/freeware80/000tools/reset_backup_saveset_file_attributes.com |
|
Author |
|
Gurre
Member
Posts: 6
Location: Oslo, Norway
Joined: 30.04.07 |
Posted on May 02 2007 06:34 |
|
|
> perhaps the file attributes are corrupted. What is the result of
> DIR/FULL COBOL057.A
$ DIR/FULL COBOL057.A
Directory DUA1:[COBOL]
COBOL057.A;1 File ID: (515,4,0)
Size: 2322/2322 Owner: [SYSTEM]
Created: 19-APR-2007 17:32:17.62
Revised: 25-APR-2007 20:19:37.60 (5)
Expires: <None specified>
Backup: <No backup recorded>
Effective: <None specified>
Recording: <None specified>
File organization: Sequential
Shelved state: Online
Caching attribute: Writethrough
File attributes: Allocation: 2322, Extend: 0, Global buffer count: 0
No version limit
Record format: Fixed length 9216 byte records
Record attributes: None
RMS attributes: None
Journaling enabled: None
File protection: System:RWED, Owner:RWED, Group:RE, World:
Access Cntrl List: None
Client attributes: None
Total of 1 file, 2322/2322 blocks.
$ dir/full COBOL057.B
Directory DUA1:[COBOL]
COBOL057.B;1 File ID: (516,4,0)
Size: 990/990 Owner: [SYSTEM]
Created: 19-APR-2007 17:32:21.15
Revised: 25-APR-2007 20:19:40.14 (5)
Expires: <None specified>
Backup: <No backup recorded>
Effective: <None specified>
Recording: <None specified>
File organization: Sequential
Shelved state: Online
Caching attribute: Writethrough
File attributes: Allocation: 990, Extend: 0, Global buffer count: 0
No version limit
Record format: Fixed length 9216 byte records
Record attributes: None
RMS attributes: None
Journaling enabled: None
File protection: System:RWED, Owner:RWED, Group:RE, World:
Access Cntrl List: None
Client attributes: None
Total of 1 file, 990/990 blocks.
$ dir/full COBOL057.C
Directory DUA1:[COBOL]
COBOL057.C;1 File ID: (18,15,0)
Size: 3388/3390 Owner: [SYSTEM]
Created: 1-MAY-2007 12:00:52.05
Revised: 1-MAY-2007 12:28:31.88 (3)
Expires: <None specified>
Backup: <No backup recorded>
Effective: <None specified>
Recording: <None specified>
File organization: Sequential
Shelved state: Online
Caching attribute: Writethrough
File attributes: Allocation: 3390, Extend: 0, Global buffer count: 0
No version limit
Record format: Fixed length 9216 byte records
Record attributes: None
RMS attributes: None
Journaling enabled: None
File protection: System:RWED, Owner:RWED, Group:RE, World:
Access Cntrl List: None
Client attributes: None
Total of 1 file, 3388/3390 blocks.
> You may need
> http://h71000.www7.hp.com/freeware/freeware80/000tools/ reset_backup_saveset_file_attributes.com
$ @RESET_BACKUP_SAVESET_FILE_ATTRIBUTES.COM COBOL057.A
$ @RESET_BACKUP_SAVESET_FILE_ATTRIBUTES.COM COBOL057.B
$ @RESET_BACKUP_SAVESET_FILE_ATTRIBUTES.COM COBOL057.C
Unexpected block size
Error |
|
Author |
Re: Corrupt Saveset |
Gurre
Member
Posts: 6
Location: Oslo, Norway
Joined: 30.04.07 |
Posted on May 14 2007 08:50 |
|
|
Yes, I think it is corrupt on the server. I've tried downloading it several times, and since savesets A and B seem OK, I don't think the problem is on my side.
Is there no way to get a VAX Cobol with a hobbyist licence? |
|
Author |
|
Gurre
Member
Posts: 6
Location: Oslo, Norway
Joined: 30.04.07 |
Posted on May 14 2007 23:03 |
|
|
> COPY/FTP/BINARY from the OpenVMS host, for instance.
Is that possible from a HTTP server? |
|
Author |
website binary download tools |
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on May 14 2007 23:08 |
|
|
See wget or curl |
|
Author |
Re: website binary download tools |
Gurre
Member
Posts: 6
Location: Oslo, Norway
Joined: 30.04.07 |
Posted on May 24 2007 06:34 |
|
|
[quote:5735f30273="imiller"]See wget or curl[/quote:5735f30273]
wget is what I use - being a Unix guy, that's what I'm used to. |
|
Author |
Re: website binary download tools |
Gurre
Member
Posts: 6
Location: Oslo, Norway
Joined: 30.04.07 |
Posted on May 24 2007 23:06 |
|
|
It must have been something wrong with my ISP, translating to text even if I have specified I want binary - I tried downloading the file from a friend's place (same laptop, same version of wget), and now it works! I can finally play with my old Cobol programs again.
Sorry for the noise. |
|