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

How can I give a Long Primmary Command in the Edit Panel


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

New User


Joined: 21 Jul 2006
Posts: 49
Location: California

PostPosted: Thu Oct 05, 2006 12:43 am
Reply with quote

Hi,

How can I give a Long Primmary Command in the Edit Panel


File Edit Confirm Menu Utilities Compilers Test Help

EDIT TEST.XYZ.JCLLIB(XYZ013ID) - 04.21 Columns 00001 00072
Command ===>xxxxxxxxxxxxxxxxxxxxxxx.....?????Scroll ===> CSR
****** ********** Top of Data ******************************


Thank you.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Oct 05, 2006 11:14 am
Reply with quote

Use edit macro.

If you want to replace long string, you can do that in 2 phases, for example:
"CHANGE ALL AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA '~~~'"
"CHANGE ALL '~~~' BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"

O.
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Thu Oct 05, 2006 8:37 pm
Reply with quote

You can also do the following for long commands

F "xxxxx.yyyyy.zzzzz.kkkkk"
C * "aaaaa.xxxxx.yyyyy.zzzzz.kkkkk"


or


F "xxxxx.yyyyy.zzzzz.kkkkk"
C * "aaaaa.xxxxx.yyyyy.zzzzz.kkkkk" ALL
Back to top
View user's profile Send private message
som_infotech

New User


Joined: 25 Feb 2006
Posts: 38
Location: chennai-india

PostPosted: Sat Oct 14, 2006 6:34 pm
Reply with quote

Please say me what is EDIT MACRO.

Use edit macro.

If you want to replace long string, you can do that in 2 phases, for example:
"CHANGE ALL AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA '~~~'"
"CHANGE ALL '~~~' BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sat Oct 14, 2006 11:24 pm
Reply with quote

Edit macro is a way of invoking ISPF editor commands programmatically. You can write edit macro in any language supported in z/os, although IBM recommends to start writing macros using REXX.

For more details, please refer to the fine manual.

O.
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
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