On Wed, 4 Jun 2008 15:06:59 -0500, McKown, John wrote:
>
>ISPF EDIT (which is what SJ used) allocates a "temporary" FB/80 dataset
>and copies the data from the edit buffer to it (truncating or padding
>with no messages), then does a TSO SUBMIT command against that
>"temporary" dataset.
>
With the advent of "Long SYSIN" (z/OS 1.7?) hasn't this design
become overcome by events, a misimplementation, where the
application layer improperly restricts the facility of the
underlying service?  Either ISPF should write the edit buffer
directly to an internal reader allocated with the attributes
of the file being edited, or the "temporary" data set should
be allocated with those attributes and the restriction removed
from TSO SUBMIT.  "Long SYSIN" is another instance where IBM
neglected to extend its implementation to all affected components.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to