Author |
Message |
Topic: How to find out the Versions of Cobol, JCL or any other tool |
dhruva
Replies: 4
Views: 5827
|
Forum: TSO and ISPF Posted: Sun Oct 17, 2004 3:36 pm Subject: How to find out the Versions of Cobol, JCL or any other tool |
I could see the following reference on my cobol source listing. Does it mean that our shop is using the COBOL for MVS version 1.2.2.
PP 5688-197 IBM COBOL for MVS & VM 1.2.2
Any more upgrades ... |
Topic: Comparex 3.13 |
dhruva
Replies: 1
Views: 1797
|
Forum: TSO and ISPF Posted: Sun Oct 17, 2004 2:57 pm Subject: Comparex 3.13 |
I have this problem for some time. After I do a change in any cobol program and I usually do a comparex(3.13) to make sure that nothing changed other than what I am supposed to..
I give the new d ... |
Topic: Cobol Binary to Numeric Conversion |
dhruva
Replies: 3
Views: 8364
|
Forum: Application Programming Posted: Wed Sep 15, 2004 5:30 pm Subject: Cobol Binary to Numeric Conversion |
Hi Kolusu,
{ABCDEFGHI}JKLMNOPQR
CCCCCCCCCCDDDDDDDDDD
01234567890123456789
Thanks for the Explanation. Then what about the binary variable display for the positive numbers ? Why they are ... |
Topic: Cobol Binary to Numeric Conversion |
dhruva
Replies: 3
Views: 8364
|
Forum: Application Programming Posted: Wed Sep 15, 2004 2:14 pm Subject: Cobol Binary to Numeric Conversion |
Hi ,
In many of our production programs display of variables are in Binary format, so always we need to interpret 68J as +681. To have it on everyone desk, I just wrote small program to get all val ... |
|