Alice Faria
2010-05-24 14:54:45 UTC
Hello Listers,
Customer online environment is CICS/VSE 2.3 MANTIS 5.4. I am working on the
migration to CICSTS 1.1.1.
The guy from CINCOM performed the MANTIS migration from 5.4 to 6.1, then we
found out there are some old COBOL programs called by MANTIS to pass TRANSID
and USERID information. Of course these old COBOL programs issue EXEC CICS
ADDRESS CSA to get the TCA address and are not working under CICSTS...
I was sent this small assemble pgm called GETTCA, which would return the TCA
address, but I am having problems to compile this asm pgm under VSE (it was
written to work under zOS). I receive:
218
DFHKERN FUNCTION=INQUIRE_TASK,TCAADDRESS=R12
00005A 58F0 B0B8 000B8 220+ L
15,=A(X'80000000'+A310007C)
00005E 0B0F 221+ BSM 0,15
Change Mode.
00060 222+A310007C EQU *
000060 0000 0000 00000 223+ L
RE,LFDSTASN-DFHLFS(,RD)
** ASMA044E Undefined symbol - LFDSTASN
** ASMA044E Undefined symbol - DFHLFS
** ASMA435I Record 942 in PRD1.BASE(DFHKERN) on volume: DOSRES
Any suggestions? Anyone running MANTIS under CICS/TS out there? Do you know
of a way to pass TRANSID/USERID information using MANTIS code only?
Regards,
Alice
Customer online environment is CICS/VSE 2.3 MANTIS 5.4. I am working on the
migration to CICSTS 1.1.1.
The guy from CINCOM performed the MANTIS migration from 5.4 to 6.1, then we
found out there are some old COBOL programs called by MANTIS to pass TRANSID
and USERID information. Of course these old COBOL programs issue EXEC CICS
ADDRESS CSA to get the TCA address and are not working under CICSTS...
I was sent this small assemble pgm called GETTCA, which would return the TCA
address, but I am having problems to compile this asm pgm under VSE (it was
written to work under zOS). I receive:
218
DFHKERN FUNCTION=INQUIRE_TASK,TCAADDRESS=R12
00005A 58F0 B0B8 000B8 220+ L
15,=A(X'80000000'+A310007C)
00005E 0B0F 221+ BSM 0,15
Change Mode.
00060 222+A310007C EQU *
000060 0000 0000 00000 223+ L
RE,LFDSTASN-DFHLFS(,RD)
** ASMA044E Undefined symbol - LFDSTASN
** ASMA044E Undefined symbol - DFHLFS
** ASMA435I Record 942 in PRD1.BASE(DFHKERN) on volume: DOSRES
Any suggestions? Anyone running MANTIS under CICS/TS out there? Do you know
of a way to pass TRANSID/USERID information using MANTIS code only?
Regards,
Alice