CICS Notes

110 views
Skip to first unread message

Murtaja Kadiyani

unread,
Apr 16, 2014, 7:48:15 AM4/16/14
to mainfr...@googlegroups.com
Hi All

Anyone have CICS tutorial notes?

Thanks
Murtaja

Gurumukh Gupta

unread,
Apr 19, 2014, 11:56:37 AM4/19/14
to mainfr...@googlegroups.com

Hi Manjula,
Get this book.
Cics tata macgraw hil write
Yukihisa kageyama.
Thanks & regards
Gurumukh gupta

--
You received this message because you are subscribed to the Google Groups "Mainframes 360" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mainframes36...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mainframes360/CAAKyF%3DfSztC2bHnp05ai_sh%2BfOjziizwnNmyMtfjUSLXDLuBWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Gurumukh Gupta

unread,
Apr 19, 2014, 12:02:25 PM4/19/14
to mainfr...@googlegroups.com

Hi All,
I am getting  this sign { for 0.
Like price is 4.90 then it will be
4.9{.   INPUT FILE it is defined as variable as signed integer.
But output file it is moving to x(10)
How to avoid this sign.

Thanks & regards
Gurumukh gupta

Sundarram Te

unread,
Apr 19, 2014, 12:18:52 PM4/19/14
to mainfr...@googlegroups.com
Hi Gurumukh Gupta,

Please define an edited picture class in Working storage as
01  WS-REC.
  05 WS-EDITED-PRICE   Pic ---,--9.99.
  05  WS-EDITED-PRICE-ALPHA REDEFINES WS-EDITED-PRICE PIC X(10).

If your input is defined as

01  in-rec.
------
-----
  05   inp-price   pic s9(8)v99.
-----


then 

MOVE INP-PRICE TO WS-EDITED-PRICE.
MOVE WS-EDITED-PRICE-ALPHA TO OUTPUT-PRICE.

Your output will be alright.




Sundaram T E             
M:+91-9840271788
Linkedin: http://www.linkedin.com/in/tesundarram
========================================================================
========================================================================


Gurumukh Gupta

unread,
Apr 20, 2014, 12:46:01 AM4/20/14
to mainfr...@googlegroups.com

Gurumukh Gupta

unread,
Apr 20, 2014, 12:50:54 AM4/20/14
to mainfr...@googlegroups.com

Hi All,
Can we create wats up group.
So that it will help better.
Quasar help..

Thanks &regards
Gurumukh gupta

Reply all
Reply to author
Forward
0 new messages