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

IN ISPF edit, how to move bunch of rows to right or left


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Fri Dec 05, 2008 4:03 pm
Reply with quote

Hi,

In the ISPF editor, where we usually right cobol or jcl programs. I want to move at a stretch all the columns or selected columns to 10 columns right or left.

Is it possible? Is there any commands to do that ?

Sushanth
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Dec 05, 2008 4:26 pm
Reply with quote

Hi ,

Use block command,
Code:
((XX
.
.
((XX
where XX is number of columns to be shifted. To shift right use ))XX.. ))XX.

e.g.:
Code:
((10    //TSTEPXXS JOB (@),'ELAVON',             
000002  //         MSGCLASS=R,CLASS=0,REGION=0M,TIME=100,
000003  //*        USER=XXXX,                         
((10    //         NOTIFY=&SYSUID                       
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Fri Dec 05, 2008 4:31 pm
Reply with quote

Thank You Anuj
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Dec 05, 2008 4:35 pm
Reply with quote

You're welcome.. icon_smile.gif. Hopefully it worked the way you needed.

-Ad
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Exclude rows with > than x occurre... DFSORT/ICETOOL 6
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
Search our Forums:

Back to Top