Re: OMVS CP command anomaly

2020-07-28 Thread David Crayford
On 2020-07-29 3:03 AM, Paul Gilmartin wrote: The problem is the x'0D' and x'15' characters which were generated from DTL. They copy (cp) fine from z/OS to OMVS but the copy back causes the data after either of those characters to go to a new record. I'm inclined to regard the output of a

Re: OMVS CP command anomaly

2020-07-28 Thread Seymour J Metz
, July 28, 2020 3:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: OMVS CP command anomaly On Tue, 28 Jul 2020 19:34:53 +, Seymour J Metz wrote: >Will ISPF correctly process a panel contianing 0A, 0D and 15 if it has >FILEDATA=RECORD? > FILEDATATA=RECORD has a requisite of PATH=...

Re: OMVS CP command anomaly

2020-07-28 Thread Paul Gilmartin
On Tue, 28 Jul 2020 19:34:53 +, Seymour J Metz wrote: >Will ISPF correctly process a panel contianing 0A, 0D and 15 if it has >FILEDATA=RECORD? > FILEDATATA=RECORD has a requisite of PATH=... Will ISPF correctly process a panel from an ISPPLIB catenand specified with PATH=? -- gil

Re: OMVS CP command anomaly

2020-07-28 Thread Seymour J Metz
[000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Tuesday, July 28, 2020 3:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: OMVS CP command anomaly On Tue, 28 Jul 2020 11:33:18 -0500, Lionel B Dyck wrote: >The problem is the x'0D' and x'15' characters which were generated from DTL. >They copy (cp) fin

Re: OMVS CP command anomaly

2020-07-28 Thread Paul Gilmartin
On Tue, 28 Jul 2020 11:33:18 -0500, Lionel B Dyck wrote: >The problem is the x'0D' and x'15' characters which were generated from DTL. >They copy (cp) fine from z/OS to OMVS but the copy back causes the data after >either of those characters to go to a new record. > I'm inclined to regard the

Re: OMVS CP command anomaly

2020-07-28 Thread Seymour J Metz
@LISTSERV.UA.EDU] on behalf of Lionel B Dyck [lbd...@gmail.com] Sent: Monday, July 27, 2020 2:48 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: OMVS CP command anomaly Here is the anomaly. Created several ISPF panels from DTL. The result is an ISPF panel with attribute characters that are binary (hex

Re: OMVS CP command anomaly

2020-07-28 Thread Seymour J Metz
: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Tuesday, July 28, 2020 12:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: OMVS CP command anomaly On Tue, 28 Jul 2020 10:07:50 +1000, Andrew Rowley wrote

Re: OMVS CP command anomaly

2020-07-28 Thread Seymour J Metz
] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Tuesday, July 28, 2020 12:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: OMVS CP command anomaly On Tue, 28 Jul 2020 10:07:50 +1000, Andrew Rowley wrote: >On 28/07/2020 4:48 am, Lionel B Dyck wrote: >> Create

Re: OMVS CP command anomaly

2020-07-28 Thread Paul Gilmartin
On Tue, 28 Jul 2020 11:33:18 -0500, Lionel B Dyck wrote: > >The solution is for the DTL developers to use the ISRDTLCV after they generate >the panel. > In II13067 I see the alarming language, "...attempts to ... Only unused characters will be used." IBM could have done better. If IBM cared.

Re: OMVS CP command anomaly

2020-07-28 Thread Lionel B Dyck
ilmartin Sent: Tuesday, July 28, 2020 11:20 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: OMVS CP command anomaly On Tue, 28 Jul 2020 10:07:50 +1000, Andrew Rowley wrote: >On 28/07/2020 4:48 am, Lionel B Dyck wrote: >> Created several ISPF panels from DTL. The result is an ISPF pa

Re: OMVS CP command anomaly

2020-07-28 Thread Paul Gilmartin
On Tue, 28 Jul 2020 10:07:50 +1000, Andrew Rowley wrote: >On 28/07/2020 4:48 am, Lionel B Dyck wrote: >> Created several ISPF panels from DTL. The result is an ISPF panel with >> attribute characters that are binary (hex) with examples being x'01' , >> x'02', x'05, x'0D', and more. >>... >>

Re: OMVS CP command anomaly

2020-07-27 Thread Andrew Rowley
On 28/07/2020 4:48 am, Lionel B Dyck wrote: Created several ISPF panels from DTL. The result is an ISPF panel with attribute characters that are binary (hex) with examples being x'01' , x'02', x'05, x'0D', and more. Copying these PDS members to an OMVS filesystem using cp works fine. The

Re: OMVS CP command anomaly

2020-07-27 Thread Paul Gilmartin
On Mon, 27 Jul 2020 15:49:52 -0500, Lionel B Dyck wrote: >Example of the issue: > >ISPF Panel code: > >)ATTR > 0D TYPE(PS) > 05 TYPE(PS) >. . . >)BODY > >Ideally would like a workstation IDE user to be able to view the data and >perhaps update it and at some point return to z/OS for use. >

Re: OMVS CP command anomaly

2020-07-27 Thread Itschak Mugzach
erely what others think you are." - John Wooden > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Paul Gilmartin > Sent: Monday, July 27, 2020 3:40 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: OMVS CP command anomaly > > On

Re: OMVS CP command anomaly

2020-07-27 Thread Lionel B Dyck
U Subject: Re: OMVS CP command anomaly On Mon, 27 Jul 2020 13:48:21 -0500, Lionel B Dyck wrote: > >Created several ISPF panels from DTL. The result is an ISPF panel with >attribute characters that are binary (hex) with examples being x'01' , >x'02', x'05, x'0D', and more. > >Copyi

Re: OMVS CP command anomaly

2020-07-27 Thread Paul Gilmartin
On Mon, 27 Jul 2020 13:48:21 -0500, Lionel B Dyck wrote: > >Created several ISPF panels from DTL. The result is an ISPF panel with >attribute characters that are binary (hex) with examples being x'01' , >x'02', x'05, x'0D', and more. > >Copying these PDS members to an OMVS filesystem using cp

OMVS CP command anomaly

2020-07-27 Thread Lionel B Dyck
Here is the anomaly. Created several ISPF panels from DTL. The result is an ISPF panel with attribute characters that are binary (hex) with examples being x'01' , x'02', x'05, x'0D', and more. Copying these PDS members to an OMVS filesystem using cp works fine. The data is NOT being