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

TSO command to add space


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Thu Nov 11, 2004 4:31 pm
Reply with quote

move a to b
add a to b
compute a to c


my requrement is to make spaces like below

Quote:
move a to b
add a to b
compute a to c


is there any command for this


Thanks
Siva
Back to top
View user's profile Send private message
jz1b0c

Active User


Joined: 25 Jan 2004
Posts: 160
Location: Toronto, Canada

PostPosted: Tue Nov 16, 2004 2:15 am
Reply with quote

sivatechdrive wrote:
move a to b
add a to b
compute a to c


my requrement is to make spaces like below

move a to b
add a to b
compute a to c

is there any command for this


Thanks
Siva


SIVA,

I guess its not possible to do this using TSo commands.
may be writting a rex routine will do this?
Back to top
View user's profile Send private message
jaiananth

New User


Joined: 26 Apr 2006
Posts: 6

PostPosted: Wed May 03, 2006 5:44 pm
Reply with quote

siva,
u can easily do this with a rexx routine.
*****************************
/*rexx*/
say space("k no prob",5)
****************************
Output:
k no prob
***
Back to top
View user's profile Send private message
jaiananth

New User


Joined: 26 Apr 2006
Posts: 6

PostPosted: Wed May 03, 2006 5:49 pm
Reply with quote

hi siva,
Hope by this time u wuld had found a soln 2 ur query.

Just in case if u hadn't , ive given the o/p.

the output is not clear in the prev. reply
actually the output wuld be something like
k no prob
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top