Convert signed COMP-3 variable into unsigned integer

2009-08-10 Thread Gangar, Parin (MLITS)
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

Trigger CICS transaction from Batch Job

2009-08-06 Thread Gangar, Parin (MLITS)
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

Re: SAS query

2009-08-04 Thread Gangar, Parin (MLITS)
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

SAS query

2009-08-04 Thread Gangar, Parin (MLITS)
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