i ,
Message I I Code Label IDiagra. Message Text I I DMMMOD7071 GETREAL 2-1 '.odule' 'page' PAG! NOT VALID DMMMOD7181 LMERR 2-1 THIS DUMP HAS NO LOAD MAP - SEE MAP SUBCOMMABD DMMPRM200S PRBWRTER 2-5 ERROR 'nnn' WRITING FILE 'SUMMARY RECORD A 1 ' DftftPRft8041 START 2-5 ERROR IN tlTA EXtRACTION DMMPR0100S SUftERRR2 2-3 ERROR 'nnn' READING FILE ' fileid' DMMPR0200S SUMERRW 2-3 ERROR 'nnn' WRITING FILE 'fileid' DMftREG1001 RDERR 2-1 ERROR 'nnn' READING FILE 'fileid' DftftSCR7091 EYECATCH 2-1 NO VALID SCROLL ADDRESS DftftSEA100S RDERR 2-1 ERROR 'nnn' READIBG FILE 'SYMPTCM SUMMARY Al' Dftl!STA100S RDERR4 2-4 ERROR 'nnn' READING FILE ' fileid' DI!I!STA200S IRTERR 2-4 ERROR 'nnn' WRITING FILE ' fileid' DMMSTA601S CK2COBT 2-4 OPERAND NOT RECOGNIZED, STATALL ASSUMED DMI!SUM100S RDERR 2-2 ERROR 'nnn' READING FILE 'SYI!PTCM SUMI!ARY 11' DMMSUM200S ERRWRT 2-2 ERROR 'nnn' WRITING FILE ' fileid' DI!I!SUM501S PARI!ERR 2-2 INVALID P IRM 'par.' PASSED TO SUI!MARY OPtATE PROGRAM DMMSUM502S RETCOD4 2-2 PROBLEM 'PRBnnnnn' NCT FOUND IB SYMPTOI! SOMMARY DMMTRC7101 CBADIB 2-1 NOB-NUI!ERIC COONT CHARACTER - RETRY DMMVMB7111 NBA 2-1 LOOP IN VMfLOK CBAIB DMMWRT200S FSWRITE 2-3 ERROR 'nnn' WRITING FILE ' fileid'
Figure 2-6. Interactive Problem Control System Messages (Part 3 of 3)
62 IBM VM/370 Service Routines Program Logic
Chapter 3. The Format Service Program Introduction The Format/Allocate service routine is a
standalone Frcgram which: Formats all or part of a DASD device Allocates DASD space Creates volume labels
for IBM 2314, 2319, 3330, 3340, 3350 series, and 2305 series direct access
storage devices. Operands entered from the IPL device
and/or a 1052 console centrol the execution
of the Format program. FORMAT OPERATION The Format program writes 4096-byte (one
page) records on all the specified
cylinders. The records just written are
then read tc verify the disk surface. Any
records not Fassing the read-after-write
check are counted. When the format
operation is complete, a summary of the
addresses of the unusable pages is written
on the console.
The first three records of cylinder 0 contain special sYstem data includinq the volume label. If the format operation
includes cylinder 0 any existing volume label is read first and if an OS For.at 4
label is present, the information in the
label ccncerning alternate track
assignments is carried forward to the new
label. Then the new volume label is
written on the DASD device.
If cylinder 0 is not to be formatted,
label checking is performed.
If unrecoverable DASD errors occur
during the formatting operation, the format function is canceled, the message DMKFMT735E FATAL DISD I/O ERROR is issued, and the next control statement
is read. LAEEL-ONLY OPERITICN In a label-only operaticn, a new volume latel is written on cylinder 0, track 0, record 3 of the DISD device. No label checking is done tefore the new label is
written. The device must already be
formatted before a late 1 oFeration can be
performed. ALLOCATION OPERATION In an allocation operaticn, disk space is
assigned on the specified device in units
of one cylinder. This disk space may be
used as: Temporary space (TE!P) Permanent space (PER!) Iirectory space (DRCT) Temporary user space (TDSK)
The input parameters provide the
information needed to update the allocaticn
tatle. When the END allocation statement
is processed: The allocation table is written in the
byte allocation map on cylinder 0, track 0, record 4 of the DISD device. The results of the allocation cperation
are displayed at the console.
The IISD device must already be
formatted before an allocation operation
can be performed. EXECUTING THE FORMIT FROGRI! The sequence for program is:
executing the Format 1. Ready the DISD device.
2. Ready the reader. The reader .ust
contain the For.at/Illecate program
and .ay also contain control cards fer
the prograa. Chapter 3. The Format Service 63
Previous Page Next Page