For Programmers: Free Programming Magazines  


Home > Archive > Cobol > March 2004 > OT: ISPF Question









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author OT: ISPF Question
SkippyPB

2004-03-26, 10:59 pm

This is a question for you mainframers who do your COBOL programming
in ISPF. In all of the years that I've used it, there has always been
one annoying thing about the editing environment (well there are a
lot, but this is post is only about 1). When you enter the line
command COLS, you get a nice scale on the line right after the
command. But once you page forward, that scale is gone.

Does anyone know of a way in ISPF to have a scale, say on line 1 and
have it stay there even when paging forward or backward?

Thanks.


////
(o o)
-oOO--(_)--OOo-


"Once in Africa I lost the corkscrew and we were
forced to live on food and water for ws."
-- Ernest Hemingway
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Remove nospam to email me.

Steve
Alistair Maclean

2004-03-26, 10:59 pm

Er....no. But the columns applicable to the screen are listed in the top
right corner. You could always use BOUNDS to set the columns on view to
those you need to see.

In message <6emu40lpa35431uritr83501vv38bfn31q@4ax.com>, SkippyPB
<swiegand@neo.rr.NOSPAM.com> writes
>This is a question for you mainframers who do your COBOL programming


> When you enter the line
>command COLS, you get a nice scale on the line right after the
>command. But once you page forward, that scale is gone.
>
>Does anyone know of a way in ISPF to have a scale, say on line 1 and
>have it stay there even when paging forward or backward?
>
>Thanks.
>
>
> ////
> (o o)
>-oOO--(_)--OOo-
>
>
>"Once in Africa I lost the corkscrew and we were
>forced to live on food and water for ws."
>-- Ernest Hemingway
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>Remove nospam to email me.
>
>Steve


--
Alistair Maclean

Lisa : Dad, what’s a Muppet?
Homer: Well, it’s not quite a mop and it’s not quite a puppet.
Bill TB

2004-03-26, 10:59 pm

No, but you could set an Fkey up for that rather than typing it in all
the time. Of course, you gotta find a slot not used !

Bill

SkippyPB wrote:
> This is a question for you mainframers who do your COBOL programming
> in ISPF. In all of the years that I've used it, there has always been
> one annoying thing about the editing environment (well there are a
> lot, but this is post is only about 1). When you enter the line
> command COLS, you get a nice scale on the line right after the
> command. But once you page forward, that scale is gone.
>
> Does anyone know of a way in ISPF to have a scale, say on line 1 and
> have it stay there even when paging forward or backward?
>
> Thanks.
>
>
> ////
> (o o)
> -oOO--(_)--OOo-
>
>
> "Once in Africa I lost the corkscrew and we were
> forced to live on food and water for ws."
> -- Ernest Hemingway
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Remove nospam to email me.
>
> Steve


Joe Zitzelberger

2004-03-26, 10:59 pm

In article <6emu40lpa35431uritr83501vv38bfn31q@4ax.com>,
SkippyPB <swiegand@neo.rr.NOSPAM.com> wrote:

> This is a question for you mainframers who do your COBOL programming
> in ISPF. In all of the years that I've used it, there has always been
> one annoying thing about the editing environment (well there are a
> lot, but this is post is only about 1). When you enter the line
> command COLS, you get a nice scale on the line right after the
> command. But once you page forward, that scale is gone.
>
> Does anyone know of a way in ISPF to have a scale, say on line 1 and
> have it stay there even when paging forward or backward?


Yes, but it is an ugly way.

You can change the panel for the edit screen. On your customized panel,
you can make the last static line before the data lines the ruler.

If you concatenate your personal panel ahead of the default system edit
panel the edit program will use your panel.

This solution might break every time your shop upgrades ISPF versions.
Joseph Katnic

2004-03-26, 10:59 pm


Why would you want to.
Thats what intelligent tabbing is for.
You set your tabs up once (e.g. for COBOL) and the editor remembers
them forever - well almost.


In article <6emu40lpa35431uritr83501vv38bfn31q@4ax.com>, SkippyPB
<swiegand@neo.rr.NOSPAM.com> wrote:

> This is a question for you mainframers who do your COBOL programming
> in ISPF. In all of the years that I've used it, there has always been
> one annoying thing about the editing environment (well there are a
> lot, but this is post is only about 1). When you enter the line
> command COLS, you get a nice scale on the line right after the
> command. But once you page forward, that scale is gone.
>
> Does anyone know of a way in ISPF to have a scale, say on line 1 and
> have it stay there even when paging forward or backward?
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com