MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 8 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Alphanumeric to comp-3
sant_1028

Replies: 14
Views: 10895

PostForum: Application Programming   Posted: Wed Feb 02, 2005 3:58 pm   Subject: Alphanumeric to comp-3
Hi Friends,
Its working fine. I could able to see -ve amounts in the data base.

Thanks,
Sant
  Topic: Alphanumeric to comp-3
sant_1028

Replies: 14
Views: 10895

PostForum: Application Programming   Posted: Wed Feb 02, 2005 2:03 pm   Subject: Alphanumeric to comp-3
Thanks everyone.
Still we didn't figureout how to move -ve sign values. We tried with the given option declaring -9(10)v99. But getting abending errors.
Could you please through us some more details ...
  Topic: Alphanumeric to comp-3
sant_1028

Replies: 14
Views: 10895

PostForum: Application Programming   Posted: Tue Feb 01, 2005 2:25 pm   Subject: Alphanumeric to comp-3
Hi All,
Thanks everyone. We used the following code, but we are missing -ve sign in the database after storing.
Somebody help us. But other replies are not working for us. Example NUMVAL.

WORKIN ...
  Topic: Moving alphanumeric to COMP (SMALLINT)
sant_1028

Replies: 2
Views: 3905

PostForum: Application Programming   Posted: Thu Jan 27, 2005 10:25 am   Subject: Moving alphanumeric to COMP (SMALLINT)
we are using cobol stored procedures. We want to conevrt alphanumeric to comp field in cobol.

Please see the following code. We are sending IN-AGE as '32' but in the database storing as 3200. Why w ...
  Topic: WLM Refresh
sant_1028

Replies: 1
Views: 3212

PostForum: Other Technical Topics   Posted: Tue Jan 25, 2005 5:42 pm   Subject: WLM Refresh
We have developed DB2 Stored Procedures in COBOL we are able to successfully bind in WLM Environment but we are not able to see our latest changes(Load Module), we can see our changes next day.

Doe ...
  Topic: Alphanumeric to comp-3
sant_1028

Replies: 14
Views: 10895

PostForum: Application Programming   Posted: Thu Jan 20, 2005 4:41 pm   Subject: Alphanumeric to comp-3
Thanks for your time. We tried same solution in this way.

01 WS-ALPHA JUSTIFIED RIGHT PIC X(14).

01 WS-ALPHA-SPLIT REDEFINES WS-ALPHA.

05 WS-ALPHA-SPLIT1-11 PIC X(11).
...
  Topic: Alphanumeric to comp-3
sant_1028

Replies: 14
Views: 10895

PostForum: Application Programming   Posted: Thu Jan 20, 2005 2:08 pm   Subject: Alphanumeric to comp-3
We have a alphanumeric field to be moved to comp-3

We are getting SOC7 error for the following

01 WS-A PIC X(15).
01 WS-N REDEFINES WS-A PIC +9(11).99.
01 WS-NUM ...
  Topic: Handling Null Indicators for cobol stored proc
sant_1028

Replies: 1
Views: 2633

PostForum: Database   Posted: Thu Dec 23, 2004 1:11 pm   Subject: Handling Null Indicators for cobol stored proc
We have written a cobol db2 stored proc program with Generate with Nulls option. We are calling this stored proc from db2 command center.
From the stored proc we are getting one amount field (decima ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group