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

Cobol 74 to Cobol 85 conversion


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dipanshu

New User


Joined: 16 Jan 2006
Posts: 53
Location: pune

PostPosted: Tue Sep 12, 2006 12:42 pm
Reply with quote

Hi All,

I have to convert below mentioned code in to new cobol.
Code:


 TRANSFORM X3-X04-CHK-DGT FROM '0123456789'
     TO 'ABDEFGHJKL'.                     


Can anyone pls revert with compatible verb in Cobol 85.

Regards,
Dipanshu G.
Back to top
View user's profile Send private message
vin12pr
Warnings : 1

New User


Joined: 14 Jun 2006
Posts: 56

PostPosted: Wed Sep 13, 2006 11:07 am
Reply with quote

INSPECT X3-X04-CHK-DGT CONVERTING '0123456789'
TO 'ABDEFGHJKL' .

I guess this is the Equivalent.I am not sure abuot the syntax given above.

Correct me If i am Wrong!
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top