Posts by user3267 • 101 points
1 post
-
10
votes2
answers2308
viewsQ: Intrinsic function to convert numeric to string
I’m trying to find out if there is any intrinsic COBOL function to convert a numeric date to string without using the clause REDEFINES: ( PIC S9(04) COMP) If yes, it is more expensive than using the…