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

Enable a rule in edition mode


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

New User


Joined: 29 Jul 2005
Posts: 21
Location: Brazil

PostPosted: Sat Jul 15, 2006 12:03 am
Reply with quote

Hi,

I need some help to use a TSO editor.
In my company, we update the programs using the Changeman.
I would like to know, if exists someway to enable a rule in edition mode, because in browse mode, I can enable this tip using the command COLS on the command line.
In the edition mode I enabled the rule, when page down the screen the rule disapear, because it is fixed on the line I used the command COLS.
I need the rule fixed on the screen.

Some help is valid.
Sorry for my english, a long time ago I don't write anything.

Bye.

Fernando Delago
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Sat Jul 15, 2006 2:25 am
Reply with quote

In BROWSE, you can enter COL on the command line and it will place the ruler along the top and keep it there.

Code:

 BROWSE    HLQ.XX1234.JCL(AASDFD) - 01.13
 Command ===> COL                             
----+----1----+----2----+----3----+----4---


To remove the ruler at the top, you enter "COL OFF" on the command line.

In EDIT, you can enter COL on the command line or as a line command. If you enter it on the command line, it will work just like BROWSE and will stay at the top.

To remove the ruler at the top, you enter "COL OFF" on the command line.

Code:

EDIT       HLQ.JOB.DATA2                   
Command ===>  COL                                 
=COLS> ----+----1----+----2----+----3----+----4


If you enter it as a line command, the ruler will position itself where you typed the COL command and will move up and down as you scroll.

Code:

000001 //JOB123 JOB (1234,9876),'99 ANALYST',CLASS=E,         
000002 // USER=XX1234,MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=XX1234 
000003 /*ROUTE XEQ CPISYSW                                     
=COLS> ----+----1----+----2----+----3----+----4----+----5----+-
000004 //STEP1 EXEC PGM=IDCAMS                                 
000005 //SYSPRINT DD SYSOUT=*                                 
000006 //SYSIN DD *                                           


To remove the rules created by a COL line command, you enter RESET on the command line.
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Sat Jul 15, 2006 2:28 am
Reply with quote

Apparently, you don't need to enter COL OFF, just entering COL will turn the ruler off.

Both COL and COLS work the same.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sat Jul 15, 2006 5:50 pm
Reply with quote

2 Comments:
1. You are talking about ISPF editor, not TSO.
2. COL is a new alias for the COLS primary command starting Z/OS 01.07.

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

New User


Joined: 19 Feb 2005
Posts: 9
Location: Chennai

PostPosted: Mon Jul 17, 2006 12:58 pm
Reply with quote

hey i believe the question is abt using ruler in ISPF edit mode. I have the same problem...........do any one have any solutions?
Back to top
View user's profile Send private message
delago

New User


Joined: 29 Jul 2005
Posts: 21
Location: Brazil

PostPosted: Tue Jul 25, 2006 12:22 am
Reply with quote

Guys,

Thank's. But my problem continuous...
I think we need more details to help me. icon_neutral.gif
I use the application Changeman to edit Cobol Programs and I'm addicted to view a ruler, in the same a ROSCOE editor.
I would like to enable a ruler and when page up (or down), the ruler stay quiet on the top of screen.
So, I think is impossible...
icon_cry.gif icon_cry.gif
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 HILITE on Browse mode? TSO/ISPF 2
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts FIELDS OVERLAPPING WITH MODE = IN OR ... CICS 3
Search our Forums:

Back to Top