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

How to Display the characters line by line


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

New User


Joined: 23 Jul 2005
Posts: 6
Location: bangalore

PostPosted: Sun Jul 24, 2005 12:39 am
Reply with quote

HI,
how to display the output like this by using COBOL pgm? icon_smile.gif
J
A
y
A
P
R
A
K
A
S
H
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Sun Jul 24, 2005 1:03 am
Reply with quote

Hi, Man,

All you need to do is ,

display 'J'.
display 'a'.
...
...
...
...
Back to top
View user's profile Send private message
srinumc

New User


Joined: 24 Jul 2005
Posts: 1

PostPosted: Sun Jul 24, 2005 10:21 am
Reply with quote

parikshit123 wrote:
Hi, Man,

All you need to do is ,

display 'J'.
display 'a'.
...
...
...
...

Thanks
regards
srinu.m
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 Write line by line from two files DFSORT/ICETOOL 7
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts rewrite same SAY line CLIST & REXX 8
No new posts Merge files with a key and insert a b... DFSORT/ICETOOL 6
Search our Forums:

Back to Top