HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: problem with setting up Compaq C on Vax 4000...
Operating System - OpenVMS
        1839875
        Members
    
    
        3666
        Online
    
    
        110156
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:47 AM
02-09-2011 01:47 AM
			
				
					
					
						I have downloaded from  HP site  cc064.dcx_vaxexe
and cc064.zip for setting up Compaq C on my machine (Vax 4000-400).
Also I have downloaded unzip for Vax.
When I am triing to unzip cc064 with following command line
$ unzip.exe cc064.zip - the following error appears:
%DCL-W-ACTIMAGE, error activating image 1$DIA3:[CC]UNZIP.EXE
-CLI-E-IMGNAME, image file 1$DIA3:[CC]UNZIP.EXE;
-RMS-F-DEV, error in device name or inappropriate device type for operation
25BMGR>
when I try to do the same from windows (using windwos unzip) and after try to install
the following error appears :
%BACKUP-E-INVRECSIZ, invalid record size in save set
Please help me to install C compiler on my Vax machine
Please provide me the link for correct unzip
Thank you in advance
					
				
			
			
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
and cc064.zip for setting up Compaq C on my machine (Vax 4000-400).
Also I have downloaded unzip for Vax.
When I am triing to unzip cc064 with following command line
$ unzip.exe cc064.zip - the following error appears:
%DCL-W-ACTIMAGE, error activating image 1$DIA3:[CC]UNZIP.EXE
-CLI-E-IMGNAME, image file 1$DIA3:[CC]UNZIP.EXE;
-RMS-F-DEV, error in device name or inappropriate device type for operation
25BMGR>
when I try to do the same from windows (using windwos unzip) and after try to install
the following error appears :
%BACKUP-E-INVRECSIZ, invalid record size in save set
Please help me to install C compiler on my Vax machine
Please provide me the link for correct unzip
Thank you in advance
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 02:00 AM
02-09-2011 02:00 AM
Solution
			
				
					
					
						You probably have a DCL symbol (external command) "unzip" defined, but with a wrong filename.
1$DIA3: is definitely a bad device name, it should probably be $1$DIA3:
In Your case unzip should be defined as
unzip := $$1$DIA3:[CC]UNZIP
And most probably You don't need both, the .dcx_vaxexe and the .zip archive.
To unpack cc064.dcx_vaxexe, simply RUN cc064.dcx_vaxexe: it is a self-extracting archive. The result is one or more cc064.A,.B,.. files.
Then invoke @sys$update:vmsinstal cc064
					
				
			
			
				
		
		
	
	
	
1$DIA3: is definitely a bad device name, it should probably be $1$DIA3:
In Your case unzip should be defined as
unzip := $$1$DIA3:[CC]UNZIP
And most probably You don't need both, the .dcx_vaxexe and the .zip archive.
To unpack cc064.dcx_vaxexe, simply RUN cc064.dcx_vaxexe: it is a self-extracting archive. The result is one or more cc064.A,.B,.. files.
Then invoke @sys$update:vmsinstal cc064
	http://www.mpp.mpg.de/~huber
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 09:10 PM
02-09-2011 09:10 PM
			
				
					
						
							Re: problem with  setting up  Compaq C on Vax 4000-400
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Levon, UNZIP won't unpack your kit.  What you have there is an archive produced using an internal tool that was part of the FTSV Assets package called "SPOOL."  It builds a self-extracting image and the command to unpack what you've got *ON OpenVMS* is:
$ RUN cc064.dcx_vaxexe
This will prompt you for a filename to use to unpack but you should just press to generate the original file that was used as the source for the compressed file.  This should either be a kit for the compiler or possibly a BACKUP saveset containing the kit components (which would also be BACKUP savesets with file extensions named the letter A, B, C (if more than one)).
Most likely the CC064 kit has just one, single saveset in it's kit, CC064.A, if my memory is correct.
The DCX compression utility is not the same as ZIP so UNZIP won't unpack your kit IF you could get it running.
As far as your error you're getting when trying to use UNZIP? it looks like you've got some logical name or symbol setup incorrectly. I'd search your startup command procedures and login.com files for "25BMGR"...
bob 
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
$ RUN cc064.dcx_vaxexe
This will prompt you for a filename to use to unpack but you should just press
Most likely the CC064 kit has just one, single saveset in it's kit, CC064.A, if my memory is correct.
The DCX compression utility is not the same as ZIP so UNZIP won't unpack your kit IF you could get it running.
As far as your error you're getting when trying to use UNZIP? it looks like you've got some logical name or symbol setup incorrectly. I'd search your startup command procedures and login.com files for "25BMGR"...
bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 09:42 PM
02-09-2011 09:42 PM
			
				
					
						
							Re: problem with  setting up  Compaq C on Vax 4000-400
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						> I have downloaded from HP site
> cc064.dcx_vaxexe and cc064.zip [...]
> [...] UNZIP won't unpack your kit. [...]
UnZip should unpack the Zip-compressed kit,
but not the ".dcx_vaxexe" kit (which is
self-extracting on a VAX).
> As far as your error you're getting when
> trying to use UNZIP? [...]
Herr Huber's guess looks better to me.
Someday, the UnZip "-h" help info will
include a suggestive space:
[...] unzip == "$ dev:[dir]unzip.exe"
instead of:
[...] $ unzip :== $dev:[dir]unzip.exe
which might help (a little) to clarify this
problem. (Already done in Zip 3.0.) Until
then, reading the installation instructions
which come with a modern UnZip kit would
probably be a good idea. If you didn't get
a full kit (with documentation), then:
http://www.info-zip.org/
		
		
	
	
	
> cc064.dcx_vaxexe and cc064.zip [...]
> [...] UNZIP won't unpack your kit. [...]
UnZip should unpack the Zip-compressed kit,
but not the ".dcx_vaxexe" kit (which is
self-extracting on a VAX).
> As far as your error you're getting when
> trying to use UNZIP? [...]
Herr Huber's guess looks better to me.
Someday, the UnZip "-h" help info will
include a suggestive space:
[...] unzip == "$ dev:[dir]unzip.exe"
instead of:
[...] $ unzip :== $dev:[dir]unzip.exe
which might help (a little) to clarify this
problem. (Already done in Zip 3.0.) Until
then, reading the installation instructions
which come with a modern UnZip kit would
probably be a good idea. If you didn't get
a full kit (with documentation), then:
http://www.info-zip.org/
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
