Memorex LOCK - VERSION 2-24 Información técnica Pagina 389

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 568
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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)
Vista de pagina 388
1 2 ... 384 385 386 387 388 389 390 391 392 393 394 ... 567 568

Comentarios a estos manuales

Sin comentarios