Memorex LOCK - VERSION 2-24 Especificaciones Pagina 306

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 489
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 305
Accessing the VSE Label Area (TSIDGLB and TSIDPLB)
8-22 User Reference
Step Action
1
Move the DTF name of the label to be processed to FILENAME.
2 Call TSIDGLB, specifying FILENAME and LBLRETCD.
...
MVC FILENAME,=CL7'INPFILE'
CALL TSIDGLB,(FILENAME,LBLRETCD)
...
COPY TSIDGLB
...
Step Action
1 Read the label using the TSIDGLB procedure.
2
Modify the label information (see warning below).
3
Move the DTF name of the label to be processed to FILENAME.
4 Move the length of the label to LBLLEN (80 for tape; 200 for disk).
5
Call TSIDPLB, specifying FILENAME and LBLRETCD.
TSIDPLB does not validate the data on the label you write, so you must ensure that it is
correct. Although the label can be written successfully, results are unpredictable if its data is
incorrect.
...
MVC FILENAME,=CL7'OUTFILE'
MVC LBLLEN,=H'80'
CALL TSIDPLB,(FILENAME,LBLRETCD)
...
COPY TSIDGLB
...
To Read a Label
TSIDGLB Example
To Write a Label
WARNING!
TSIDPLB Example
Vista de pagina 305
1 2 ... 301 302 303 304 305 306 307 308 309 310 311 ... 488 489

Comentarios a estos manuales

Sin comentarios