
Retrieving JMCL Data (GET REQUEST) Using the JMCL Interface (TSIDJC2)
9-16 User Reference
Retrieving JMCL Data (GET REQUEST)
Data can be retrieved from the JMCL system by passing a character ‘G’ to TSIDJC2 in the
request byte of the parameter list (field JCSREQ in TSIDJC2.And JCS-REQ in TSIDJC2.C
Control is returned to the next instruction following the CALL.
WORKING-STORAGE SECTION.
COPY TSIDJC2.
.
.
.
PROCEDURE DIVISION.
MOVE 'G' TO JCS-REQ.
CALL 'TSIDJC2' USING JCS-START.
MVI JCSREQ,JCSREQG
CALL TSIDJC2,(JCSSTART)
GET REQUEST (G)
COBOL Example
Assembler
Example
Comentarios a estos manuales