Memorex LOCK - VERSION 2-24 Informações Técnicas Página 389

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 568
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 388
1 2 ... 384 385 386 387 388 389 390 391 392 393 394 ... 567 568

Comentários a estes Manuais

Sem comentários