Re: Some questions on SYSCALL

2022-06-29 Thread Bill Schoen
TSO rexx limits it to 20. If it took a string you would be limited to very few blank delimited words. a number of syscall commands take variable/stem names to avoid issues with input or output rexx restrictions. . Probably my last post

Re: Will SFTP work with DSFS?

2022-06-17 Thread Bill Schoen
sftp and most unix utilities will work with dsfs. Utilities (like compilers) that expect names of the form name.type probably will not at this time. Bill Schoen -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: z/OS Data Set File System (DSFS) Now Available

2022-05-06 Thread Bill Schoen
n't take quite so long. vsam sequential and vbs are on my list along with about a dozen functions. By all means ask for what you need, and who knows... At the moment there still is a development team. Bill Schoen -- For IB

Re: Top 8 Reasons for using Python instead of REXX for z/OS

2021-12-21 Thread Bill Schoen
Yes, this implies open() and all other file related APIs. It will use the ISPF ENQ model as documented in the ISPF Customization book, however, ENQs may be held for a short period of time after last close of a file. Bill Schoen On Tue, 21 Dec 2021 09:57:54 +0800, David Crayford wrote

Re: Question on z/OS 2.5 and HFS file systems.

2021-10-07 Thread Bill Schoen
, they should be able to help you migrate the data to a zfs. Bill Schoen -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: OMVS - comparing directories for differences

2021-09-29 Thread Bill Schoen
If you want to compare file systems, you can try fscp at https://github.com/IBM/IBM-Z-zOS/tree/main/zOS-Tools-and-Toys/fscp Bill Schoen -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists