Bob Abraham
Aetna/USHC
> ----------
> From: mark.steely[SMTP:mark....@MCI2000.COM]
> Sent: Tuesday, October 13, 1998 8:55 PM
> To: CIC...@UGA.CC.UGA.EDU
> Subject: Upper Case Translation
< Entry Linkage >
EXEC CICS SET TERMINAL(EIBTRMID) UCTRANST(UCTRAN).
IF (condition requiring no u/c translation)
THEN DO
EXEC CICS SET TERMINAL(EIBTRMID) UCTRANST(NOUCTRAN)
END-DO
END-IF
EXEC CICS RETURN (return options, if any)
< End of pseudo-code >
You would need to pass the necessary condition (e.g., in a COMMAREA) to the
program... You would also need to specify the 'SP' option in the CICS
translator step at compile time (CICS/ESA).
-jc-
> -----Original Message-----
> From: mark.steely [SMTP:mark....@MCI2000.COM]
> Sent: Tuesday, October 13, 1998 7:56 PM
> To: CIC...@UGA.CC.UGA.EDU
> Subject: Upper Case Translation
>
> Due to an application which executes within CICS the Upper Case
> Translation bit is being turned off. From +450 to +000. We are trying to
> pinpoint why the application is turning this off. My question is does
> anybody have a program that turns off and on the UCTRANST setting. This
> would help us alot.
>
> Any help would be appreciated.
>
> Mark Steely (214) 792-7139
> MST...@WNCO.COM <mailto:MST...@WNCO.COM>
Meera
----------
From: mark.steely
To: CICS-L%UGA.CC....@internet.kraft.com
Subject: Upper Case Translation
Date: Tuesday, October 13, 1998 7:55PM