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

dislaying datas


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

New User


Joined: 17 Jun 2005
Posts: 5

PostPosted: Thu Jun 30, 2005 11:25 am
Reply with quote

01 ws-xy pic 9(4).


procedure division.
move 3 to ws-xy.
display ws-xy.
it should be 0003. i want like this 3---.how should u do this.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Jun 30, 2005 3:41 pm
Reply with quote

Quote:
i want like this 3---.how should u do this.


Define like 01 ws-xy pic ZZZ9.

Regards,

Priyesh.
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 To compare rows wise datas for same t... DB2 4
No new posts formatting datas JCL & VSAM 7
No new posts about clearing datas in a particular pds JCL & VSAM 1
No new posts Sort datas in the file using more tha... COBOL Programming 2
Search our Forums:

Back to Top