On Wed, 9 Mar 2022 12:35:58 -0600, Wendell Lovewell wrote: > ... >>>I wrote an ISPF Edit macro to submit with no F-80 limitation. > >My Kedit macro allows > 80 byte records. But it's not the default, because I >use beyond col 80 as line comments that are intentionally stripped off before >being FTP'd to JES. (FTP doesn't have the restriction, but I usually wanted >it so I could comment in cols 80+) > JCL conversion ignores columns 72 and beyond, so little need to strip.
Except for instream data sets. Are you actually commenting your instream data in that fashion‽ My ISPF macro allocates INTRDR with attributes of the data set being edited. But I have a fixed-80 option, not the default. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
