That is not a workaround for the problem that I'm addressing. Consider the 
command

     CHANGE /FOO/FOOBARBAZ/

on a line with few spaces. With TRUNC 72, text can spill over into the 
continuation column. The change I'm suggesting is that there be a new mode in 
which

 1. Any type of insert or string replacement has no effect beyond the 
truncation column
 2. Data keyed in beyond the replacement column are retained


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

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Alan Altmark [alan_altm...@us.ibm.com]
Sent: Thursday, March 3, 2022 8:09 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: XEDIT assembler continuation lines

On Mon, 28 Feb 2022 18:37:24 +0000, Seymour J Metz <sme...@gmu.edu> wrote:
>Maybe compatibility with EDIT. XEDIT came out with VM/SP R2, and by then 3270s 
>were ubiquitous.
>
>Maybe an RFE is in order for a mode in which the TRUNC column applies to 
>editing commands bu not to input from the keyboard.

I really don't see that getting any traction since the workaround is to
     "EXTRACT /BASETYPE"
     if wordpos(basetype.1, "ASSEMBLE COPY MACRO") > 1 then
       do
         "SET TRUNC 72"
         "SET ZONE 1 72"
       end
in your PROFILE XEDIT.

For a more sophisticated version of that, have a look at the label SetView: in 
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.vm.ibm.com%2Fdevpages%2Faltmarka%2Fprofile.xedit&amp;data=04%7C01%7Csmetz3%40gmu.edu%7C2cc41f3fd5ca4ee04f5f08d9fd1719a8%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C637819097934465728%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=D4rP0s2JpyYIw2QH%2BrwyBZWSIlsEa%2FHSg2O7pCfps2M%3D&amp;reserved=0

Alan Altmark
IBM

----------------------------------------------------------------------
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