TXTLIB
2. Members must be deleted by their initial entry in the dictionary
(that is, their "name" or the first ID name) Any attempt to
delete a specific alias or entry point within a member will result
in a "Not found" message.
3. If you want your TXTLIBs to be searched for missing subroutines
during CMS loader processing; you must identify the TITLIB on a
GLDBAL command; for example:
global txtlib newlib
4. You may add OS linkage editor control statements NAME, ALIAS, ENTRY, and SETSSI to a TEXT file before adding it to a TITLIB. You must follow os linkage editor conventions concerning format (column
1 must be blank) and placement within the TEXT file. The specified
entry point must be located within the CSECT. 5. TITLIB members are not fully link-edited, and may return erroneous
entry points during dynamic loading.
6. The total number of members in the TXTLIB file cannot exceed 1000. When this number is reached, an error message is displayed. The
total number of entry points in a member cannot exceed 255. When this number is reached, an error message is displayed and the next teKt file (if there is one) is processed. The text library created
includes all the text files entered up to (but not including) the
one that caused the overflow. 7. TERM or PRINT options will erase the old MAP file, if one exists. When the TXTLIB MAP command is issued with the TERM option, the contents
of the directory of the specified text library are displayed at the
terminal. The number of entries in the text library (xxx) is also
displayed. ENTRY INDEX name location XXK ENTRIES IN LIBRARY DMSLBT001E NO FILENAME SPECIFIED RC=24 DMSLBT002E FILE 'fn ft' NOT FOUND RC=28 DMSLBT002W FILE 'fn ft' NOT FOUND RC=4 DMSLBT003E INVALID OPTION 'option' RC=24 DMSLBT013E MEMBER 'name' NOT FOUND IN LIBRARY 'fn ft fm' RC=32 DMSLBT014E INVALID FUNCTION 'function' RC=24 DMSLBT037E DISK 'mode' is READ/ONLY RC=36 DMSLBT046E NO LIBRARY NAME SPECIFIED RC=24 DMSLBT041E NO FUNCTION SPECIFIED RC=24 DMSLBT056E FILE 'fn ft fm' CONTAINS [NAME,ALIASIENTRY,ESD] INVALID RECORD FORMATS RC=32 DMSLBT056W FILE 'fn ft fm' CONTAINS [{NAME,ALIASIENTRY,ESD}] INVALID RECORD FORMATS RC=4 DMSLBT06QE DISK 'mode' NOT ACCESSED RC=36 DMSLBT104S ERROR 'nn' READING FILE 'fn ft fm' FROM DISK RC=100 DMSLBT105S ERROR Inn' WRITING FILE 'fn ft fm' ON DISK RC=100 NUMBER OF MEMBER NAMES EXCEEDS MAX innnni. FILE ifn ft' NOT ADDED RC=88 DMSLBT213W LIBRARY 'fn ft fro' NOT CREATED RC=4 198 IBM VM/370 CMS Command and Macro Reference
TYPE TYPE Use the TYPE terminal in
EBCDIC code.
command to display all or part of a file at
either EBCDIC or the hexadecimal representation of
The format of the TYPE command is: the
the r- I r r
" , Type fn ft [fm] 1 rec 1 I recn, I [(options ••• [)] ]
1
* I * I * 11 , I 1 I II I L L .1.1 I I QJ!ti.Q1!§: I r r
" r , I I [HEX] I COL {XXXXX} -I yyyyy I I {n:me}: I 1 I , I L L .J.J L .J L- fn is the filename of the file to be displayed.
ft is the filetype of the file to be displayed.
fm is the filemode of the file to be displayed. If this field is
omitted, the A-disk and its extensions are searched to locate
the file. If fm is specified as an asterisk (*), all disks are
searched, and the first file found is displayed.
recl is the record number of the first record to be displayed. This
field cannot contain special characters. If reel is greater
than the number of records in the file, an error message is
displayed. If this field is omitted or entered as an asterisk
(*), a record number of 1 is assumed.
recn is the record number of the last record to be displayed. This
value cannot contain embedded commas. If this field is not
specified, is entered as an asterisk (*), or is greater than the
number of records in the file, displaying continues until end of
file is reached. COL xxxxx-yyyyy
displays only certain columns of each record. xxxxx specifies
the start column and yyyyy the end column of the field within
the record that is to be displayed. The string xxxxx-yyyyy
may have a maximum of eight characters; additional characters
are truncated.
If columns are not specified, the entire record is displayed
unless the filetype is LISTING, in which case the first
position of each record is not displayed, since it is assumed
to be a carriage control character. HEX displays the file in hexadecimal format. Section 2. CMS Commands 199
Previous Page Next Page