IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Convert Lower case characters to upper case characters


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kaushik8205

New User


Joined: 10 Nov 2006
Posts: 49
Location: Canada

PostPosted: Mon Feb 05, 2007 7:16 pm
Reply with quote

Hi,
I need to convert all the characters in a record from lower to upper case. But the problem is that the record contains Packed decimals. I have tried using Inspect statement in COBOL and also used different Sort utilities. But problem comes for the packed decimals. Some junk value is passed for Packed decimals. Can anyone suggest an appropiate solution.

Thanks,
Kunal
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Feb 05, 2007 7:25 pm
Reply with quote

Without specifying which fields you want to uctran and which to leave alone, not in place....
One time COBOL, generate a copy of the copybook for the record without comp-3 and move corresponding, uctran the whole thing and move corresponding back.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top