Hi,
I want to convert S9(13)V99 COMP-3 to simply 9(13).
I declared following in Working Storage section -
01 WS-VAR1 PIC S9(13)V99 COMP-3.
01 WS-VAR2 PIC S9(13)V99.
01 WS-VAR3 redefines WS-VAR2.
05 WS-VAR3-redef PIC 9(13)V99.
01 WS-VAR4
Hi,
How to trigger a cics transaction from batch job?
I googled this, and I got
http://cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_t
ransaction_from_a_batch_program%3F where various options are mentioned,
which unfortunately my CICS installation does not allow.
Anyone got any
u] On Behalf Of
Gangar, Parin (MLITS)
Sent: Tuesday, August 04, 2009 10:30 AM
To: IBM-MAIN@bama.ua.edu
Subject: SAS query
Hi,
I am trying to read an unsigned variable 999V9(8) COMP-3 in SAS. What should be
the format to read this - PK3.8 ?
I also want to output this variable in normal displayable f
Hi,
I am trying to read an unsigned variable 999V9(8) COMP-3 in SAS. What
should be the format to read this - PK3.8 ?
I also want to output this variable in normal displayable format. What
should I use as output format? Z6.2 ??
Should I create any temporary variable with the output format and m
4 matches
Mail list logo