Operating System - OpenVMS
1753424 Members
5033 Online
108793 Solutions
New Discussion юеВ

Adding to Device Control Library - Alpha /

 
SOLVED
Go to solution
Homer Shoemaker
Frequent Advisor

Adding to Device Control Library - Alpha /

OpenVMS V8.3 - Itanium Processor R2660 machine


I am running the following command:

$ LIBRARY /EXTRACT=LEX17CPI SYS$LIBRARY:SYSDEVCTL_IBM.TLB

And getting the following message:

%LIBRAR-W-DIFTYP, expected TEXT library SYS$SYSROOT:[SYSLIB]sysdevctl_ibm.tlb;1 to be ELF OBJECT

The module LEX17CPI does exist in SYSDEVCTL_IBM

$ LIBRARY/LIST SYS$LIBRARY:SYSDEVCTL_IBM.TLB
Directory of TEXT library SYS$SYSROOT:[SYSLIB]sysdevctl_ibm.tlb;1 on 13-FEB-2009 11:54:16
Creation date: 18-NOV-1996 13:44:51 Creator: VAX-11 Librarian V04-00
Revision date: 22-AUG-2007 15:47:51 Library format: 3.0
Number of modules: 9 Max. key length: 39
Other entries: 0 Preallocated index blocks: 11
Recoverable deleted blocks: 0 Total index blocks used: 1
Max. Number history records: 20 Library history records: 17

FORM1_IBM
FORM42_IBM
FORM66_IBM
IBM10CPI
IBM12CPI
IBMCOMCPI
LEX10CPI
LEX17CPI
LEX2400


However, I believe I might have copied this library from an Alpha system that I migrated from.

I wanted to add another setup module to the library, but I wanted to look at the one I tried to extract as an example when creating the new one.

Is that going to be possible?

And am I going to be able to add new modules created on this system to that library?




Another question: How do I enter control codes in the editor? I have the printer manual so I probably have the correct codes to enter, but I only did this once, a long time ago.

2 REPLIES 2
RBrown_1
Trusted Contributor
Solution

Re: Adding to Device Control Library - Alpha /


>>>Another question: How do I enter control codes in the editor? I have the printer manual so I probably have the correct codes to enter, but I only did this once, a long time ago.<<<

That one I can answer. In EDT, or in EVE with the EDT keypad, press .
Mike Kier
Valued Contributor

Re: Adding to Device Control Library - Alpha /

The message was a warning level and processing should have continued. You might get better results specifying /TEXT and a /OUTPUT to control the naming and placement of the extracted file.

e.g.

$ LIBR /EXTR=LEX17CPI /OUT=LEX17CPI.TXT SYS$LIBRARY:SYSDEVCTL_IBM.TLB /TEXT
Practice Random Acts of VMS Marketing