> Need the "do what I meant" feature implemented in ISPF edit.

Be careful that you don't wind up with "Do what you thought I meant instead of 
what I asked for.", which is what everybody claiming "DWIM" actually delivers.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Charles Mills [charl...@mcn.org]
Sent: Thursday, April 9, 2020 1:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: JCL & UNIX coding.

ISPF edit line commands.

UC converts the given line to upper case.
UCC ... UCC converts the indicated range of lines to upper case.

The one place where it fails (fails me, it's working as designed) is if I were 
to type for example

//sysprint dd sysout=*    the blah blah report

UC converts it to

//SYSPRINT DD SYSOUT=*    THE BLAH BLAH REPORT

When what I would like is

//SYSPRINT DD SYSOUT=*    the blah blah report

Need the "do what I meant" feature implemented in ISPF edit.

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Paul Gilmartin
Sent: Thursday, April 9, 2020 9:01 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: JCL & UNIX coding.

On Thu, 9 Apr 2020 08:33:50 -0700, Charles Mills wrote:

>I agree totally but FWIW I find that the line commands UC and UCC/UCC go a 
>long way toward making the process tolerable.
>
Context?  ISPF Primary panel?  TSO READY prompt?  JCL?  OMVS?  Other (specify)?

(No habla UCC.)
I remember terminals with not CAPS LOCK but SHIFT LOCK, sometimes
a mechanical latch on the SHIFT key.

>-----Original Message-----
>From: John McKown
>Sent: Thursday, April 9, 2020 5:02 AM
>
>I like to use UNIX facilities. Especially some scripting languages, such as
>awk. I use Co:Z instead of BPXBATCH. Anyway, sine UNIX is case sensitive,
>my "embedded" scripts must be in lower case. I don't want to keep my
>scripts in another file. So my JCL member has embedded lower case. Which
>makes editing the actual JCL a mess if I forget to use CAPS LOCK while
>editing the JCL portion.
>
>So, I kind of wish that the JCL converter or interpreter would accept JCL
>in lower case. In particular, upper casing the JCL statements which are not
>inclosed in ticks. It would just make my life easier. I.E JCL should ignore
>case when not in ticks.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to