Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to execute a line command
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
rajesh_m

New User


Joined: 15 Apr 2008
Posts: 36
Location: India

PostPosted: Mon Jul 07, 2008 10:05 am    Post subject:
Reply with quote

Sorry pedro..... Is there any possibility to achieve this functionality.
Back to top
View user's profile Send private message
References
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 502
Location: work

PostPosted: Mon Jul 07, 2008 10:17 am    Post subject: Reply to: How to execute a line command
Reply with quote

You should become familiar with the "Edit and Edit Macros" manual. There is a chapter for 'edit macros'

Use te SHIFT macro instruction! It would be something like this:
Code:
/*rexx*/   Address ISREDIT;  "MACRO"
Do a = 4 to 7
  "SHIFT ) " a " 10"
End
Back to top
View user's profile Send private message
rajesh_m

New User


Joined: 15 Apr 2008
Posts: 36
Location: India

PostPosted: Mon Jul 07, 2008 10:55 am    Post subject:
Reply with quote

Thank you very much pedro it is working fine. Your help is really appreciatable.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2