Memorex LOCK - VERSION 2-24 Informacje Techniczne Strona 389

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 568
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 388
Retrieving JMCL Data
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
9-21
Retrieving JMCL Data
GET REQUEST
(G)
Data can be retrieved from the JMCL system by passing the character G
to TSIDJC2 in the request byte of the parameter list.
If you are using TSIDJC2.A, this byte is labeled JCSREQ.
If you are using TSIDJC2.C, this byte is labeled JCS-REQ.
Control is returned to the next instruction following the CALL statement.
COBOL
Example
The following example is a GET request in COBOL.
WORKING-STORAGE SECTION.
COPY TSIDJC2.
.
.
.
PROCEDURE DIVISION.
MOVE 'G' TO JCS-REQ.
CALL 'TSIDJC2' USING JCS-START.
Assembler
Example
The following example is a GET request in Assembler.
MVI JCSREQ,JCSREQG
CALL TSIDJC2,(JCSSTART)
Przeglądanie stron 388
1 2 ... 384 385 386 387 388 389 390 391 392 393 394 ... 567 568

Komentarze do niniejszej Instrukcji

Brak uwag