Home » Infrastructure » Other Operating Systems » Assemble and Link Thread Table RC 01
Assemble and Link Thread Table RC 01 [message #113745] Mon, 08 October 2001 01:41 Go to next message
Hilman Hanafiah
Messages: 4
Registered: September 2001
Junior Member
I tried to assemble and link the thread table, but I got
the RC 01, any hints ???

TIA

//CIN EXEC PGM=CINAMES,REGION=4000K
//* replace with uour Oracle cmdload
//STEPLIB DD DSN=OEMS.ORACLE.CMDLOAD,DISP=SHR
//SYSIN DD DUMMY
//SYSOUT DD SYSOUT=*
//SYSERR DD SYSOUT=*
//* REPLACE SYSIN WITH USER TNSNAMES SOURCE to be used for CICS
//INFILE DD DISP=SHR,DSN=OEM1.ORACLE.SRCLIB(TNSCICS)
//OUTFILE DD DSN=&&TEMPPDS(CINAMES),
// UNIT=SYSDA,DISP=(,PASS),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=400),
// SPACE=(400,(100,100,5))

TNSCICS:
UNIX=
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=192.168.22.211)
(PORT=1521)
(SSN=TNS))
(CONNECT_DATA=
(SID=PDUAR)))
Re: Assemble and Link Thread Table RC 01 [message #113746 is a reply to message #113745] Tue, 09 October 2001 11:41 Go to previous message
Gary Price
Messages: 4
Registered: August 2001
Junior Member
Return code of 01 indicates success; 0 indicates a problem. I was confused by this as well.

: I tried to assemble and link the thread table, but I got
: the RC 01, any hints ???

: TIA

: //CIN EXEC PGM=CINAMES,REGION=4000K
: //* replace with uour Oracle cmdload
: //STEPLIB DD DSN=OEMS.ORACLE.CMDLOAD,DISP=SHR
: //SYSIN DD DUMMY
: //SYSOUT DD SYSOUT=*
: //SYSERR DD SYSOUT=*
: //* REPLACE SYSIN WITH USER TNSNAMES SOURCE to be used for CICS
: //INFILE DD DISP=SHR,DSN=OEM1.ORACLE.SRCLIB(TNSCICS)
: //OUTFILE DD DSN=&&TEMPPDS(CINAMES),
: // UNIT=SYSDA,DISP=(,PASS),
: // DCB=(RECFM=FB,LRECL=80,BLKSIZE=400),
: // SPACE=(400,(100,100,5))

: TNSCICS:
: UNIX=
: (DESCRIPTION=
: (ADDRESS=
: (PROTOCOL=TCP)
: (HOST=192.168.22.211)
: (PORT=1521)
: (SSN=TNS))
: (CONNECT_DATA=
: (SID=PDUAR)))
Previous Topic: OS/390 Oracle 8.1.7 Documentation
Next Topic: XML and other Java components on OS390
Goto Forum:
  


Current Time: Tue Mar 19 00:28:33 CDT 2024