View previous topic :: View next topic |
Author |
Message |
anettis Beginner

Joined: 08 Nov 2004 Posts: 15 Topics: 5
|
Posted: Thu Aug 04, 2005 3:55 pm Post subject: 64 bit assembler instructions with CICS TS |
|
|
Hi. I am working on some logic that must work with a 64 bit binary value, convert it to a packed decimal value, and do some calculations. I noticed some 64-bit instruction that would make my task easier such as LG, SRLG, CVDG, etc. Is there any problem using these instruction in CICS TS 2.3? I could not find any such limitations and they appear to be working (although they do confuse my debugger). |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Aug 05, 2005 6:09 am Post subject: |
|
|
anettis,
The minimum level that IBM states as compatible with 64-bit architecture is CICS TS V1.3. So I guess you shouldn't have any problem. btw what about your operating system? are you on z/os?
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
anettis Beginner

Joined: 08 Nov 2004 Posts: 15 Topics: 5
|
Posted: Fri Aug 05, 2005 9:07 am Post subject: |
|
|
Hi Kolusu,
Yes - we are using z/OS V1 R4. Thanks for the info!
Tony |
|
Back to top |
|
 |
|
|