
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)
Kommentare zu diesen Handbüchern