Memorex LOCK - VERSION 2-24 Dokumentacja Strona 306

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 489
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 305
1 2 ... 301 302 303 304 305 306 307 308 309 310 311 ... 488 489

Komentarze do niniejszej Instrukcji

Brak uwag