Re: Orphaned VVDS References in BCS

2025-01-18 Thread Ed Jaffe
On 1/18/2025 9:06 AM, Al Loeffler wrote: This is what I use to delete the entries: //DELVVDS EXEC PGM=IDCAMS //SYSINDD * DELETE SYS1.VVDS.VXX NOSCRATCHCATALOG(CATALOG.) //SYSPRINT DD SYSOUT=* Could've sworn we tried that, but from TSO/E instead of batch... 😳 In any cas

Re: File transfer question

2025-01-18 Thread Radoslaw Skorupka
W dniu 18.01.2025 o 21:31, Robert Prins pisze: On Fri, 17 Jan 2025 at 21:42, Radoslaw Skorupka < 0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote: I wrote one, customizable, however it was over 20 years ago, Turbo-Pascal application and it does not work in Win 64 environment. Recompile

Re: Orphaned VVDS References in BCS

2025-01-18 Thread Lennie Bradshaw
I think DELETE from TSO runs non-APF. Batch IDCAMS runs DELETE as APF-auth; and this function requires that authorisation. Lennie -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ed Jaffe Sent: 18 January 2025 20:28 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Orphaned

Re: Physical tape connectivity

2025-01-18 Thread Luc Martens (KBC)
IBM has delivered an APAR OA66450 to DFSMSdss 3.1 which provides direct to cloud support. I believe this is what you need, because DFSMSdfp CDA is very limited in the type of data you can put to S3. Although OA66450 is also having a PTF for DFSMSdss v2.5, it's toleration only, so you really nee

Re: CSVINFO Help

2025-01-18 Thread Joseph Reichman
Seems it only works with FUNC=JPA Tried TASKALL never only gets called once > On Jan 18, 2025, at 3:24 AM, Rob Scott > <0618c90e6fdf-dmarc-requ...@listserv.ua.edu> wrote: > > What is the full CSVINFO macro code that you used? > > Are you in cross memory mode? > > What does the SDSF JC a

Re: File transfer question

2025-01-18 Thread Radoslaw Skorupka
W dniu 18.01.2025 o 16:42, Phil Smith III pisze: Radoslaw wrote, in part: Transfer between mainframe (z/OS) and distributed systems has never been an issue or mess. ...and then proceeded to describe a complex decision tree, followed by: What's sad, after so many years it is still an exercise t

Re: Orphaned VVDS References in BCS

2025-01-18 Thread Radoslaw Skorupka
W dniu 18.01.2025 o 17:16, Ed Jaffe pisze: Hello Catalog Gurus, Our ICF catalogs have accumulated some "detritus" over the years. Most of it is easily dealt with, but we don't know how to clean up orphaned VVDS references. For example, we have a reference to SYS1.VVDS.VMVSU01. Volume MVSU01

Re: CSVINFO Help

2025-01-18 Thread Rob Scott
What is the full CSVINFO macro code that you used? Are you in cross memory mode? What does the SDSF JC action on DA fo the same ASID show for that TCB? (SDSF uses CSVINFO in the SRB it schedules into the ASID) Rob Scott Rocket Software Sent from Outlook for Android __

Re: File transfer question

2025-01-18 Thread Bernd Oppolzer
The non-Mainframe platforms don't have records (as a concept); they only have byte streams; binary files with no structure or text files with line separators (which restricts the values in the lines to pure text). This said: the request to transfer binary files with VB records to distributed s

Re: Orphaned VVDS References in BCS

2025-01-18 Thread Al Loeffler
This is what I use to delete the entries: //DELVVDS EXEC PGM=IDCAMS //SYSINDD * DELETE SYS1.VVDS.VXX NOSCRATCHCATALOG(CATALOG.) //SYSPRINT DD SYSOUT=*

Re: File transfer question

2025-01-18 Thread Phil Smith III
Andrew Rowley wrote, in part: >I don't think IBM provides anything that does variable length records >in binary mode correctly for a round trip To tie this back to the Pipes thread (which nobody asked me to do!): over 30 years ago, I solved one version of this problem on z/VM (VM/ESA at the time

Re: Physical tape connectivity

2025-01-18 Thread Russell Witt
Since you already have a license for CA 1, you can do that right now without having to purchase or license anything additional. With CA 1 Flexible Storage, that functionality is already built into the product at no additional charge or license needed. Please contact CA 1 support for more informa

Re: File transfer question

2025-01-18 Thread Phil Smith III
Radoslaw wrote, in part: >Transfer between mainframe (z/OS) and distributed systems has never >been an issue or mess. ...and then proceeded to describe a complex decision tree, followed by: >What's sad, after so many years it is still an exercise to solve. The >is no simple wizard or set of tools

Orphaned VVDS References in BCS

2025-01-18 Thread Ed Jaffe
Hello Catalog Gurus, Our ICF catalogs have accumulated some "detritus" over the years. Most of it is easily dealt with, but we don't know how to clean up orphaned VVDS references. For example, we have a reference to SYS1.VVDS.VMVSU01. Volume MVSU01 has not been on our system for many years.

Re: File transfer question

2025-01-18 Thread Kirk Wolf
I'm 99% certain that there are some "site" options in IBM FTP that will round-trip binary VB data.I've seen it discussed on IBM-MAIN, but not for years and I can't recall the details. FWIW, you can do it easily with Co:Z SFTP. >From cozsftp client: lzopts mode=binary,linerule=rdw #or L4

Re: File transfer question

2025-01-18 Thread Robert Prins
On Fri, 17 Jan 2025 at 21:42, Radoslaw Skorupka < 0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote: > I > wrote one, customizable, however it was over 20 years ago, Turbo-Pascal > application and it does not work in Win 64 environment. > Recompile it with Virtual Pascal (32 bit) or FreePasc