This link shows some new facilities to allocate, copy, delete and more any
normal data set.  VSAM data sets can be allocated just like PS or PDS data
sets, with similar panels.  You can see them here:
https://start.oscar-jol.com/using-jol/data-set-operations-centralised or a
direct link here
https://drive.google.com/file/d/1t4P8MIrlddd1JPELGO6BuF_qHcgGWb4s/view

I can't actually show it here, but here is a panel that I coded for LS in
preparation for the Linux version of Jol.

The idea is that you can code LS without parameters, and a panel will show
to prompt the user for information.  If the LS command is coded with
parameters, then it will be executed without the Panel.

Here is a rough representation of the LS panel:

║
   ║
║                             Directory List Panel
    ║
║
   ║
║                 You can enter the Directory you wish to list
    ║
║                      or select one from a sorted list.
    ║
║
   ║
║          Enter Directory         ====> \
    ║
║             Note: * or ? Shows Directories
    ║
║
   ║
║          Enter Search Pattern    ====> *
    ║
║
   ║
║          Sorted Listing          ====>
    ║
║             N(ame), D(ate) or S(pace)
   ║
║
   ║
║          Stop When Page is Full  ====> Y
    ║
║
   ║
║
   ║
║
   ║
║
   ║
║
   ║
╚═════════ Press F1 for Help, F3 to Exit or Enter to Start Processing
═════════╝

Would that be useful?

COPY is similar.  It shows all the Linux options if no parameters are coded.

Clem


On Sat, May 24, 2025 at 6:10 AM Paul Gilmartin <
[email protected]> wrote:

> On Fri, 23 May 2025 09:38:14 -0500, Kirk Wolf  wrote:
>
> >Let's face facts.  This thread is all klunky hackery because BPXBATCH is
> horrible.   It's not that hard to create a utility that just takes normal
> Unix shell input in "STDIN DD *"  ...
> >
> Would DSFS provied a a solution?  I see:
> <https://www.ibm.com/docs/en/zos/3.1.0?topic=guide-jes-spool-data-sets>
>     JES spool data sets
>     Last Updated: 2024-02-28
>     DSFS supports access to JES spool data sets in the primary JES
> subsystem.  ...
>
> Where's the DSFS User's Guide?
>
> --
> gil
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to