Graham Hobbs  wrote:

>Thankyou for your help. Just for info .. the following are a subset of files 
>created by a JCL stream that executes a dozen COBOL pgms and IBM utilities and 
>5/6 times a day ..

Are these datasets (or 'files' your calling) names the same or different each 
time when that jobs are running?

If so, you need extra steps in that job(s) with REXX, for example, to do a 
listc (or something else like that which gives you all the LRECL for all of 
them) and parse out the list to copy all your datasets to a single 
pre-allocated PDS. 

You can also consider Gerhard Postpischil's suggestions too.

>I wanted to minimise the clutter of files on a 3.4 list 

Why? Or is it rather a catalog management issue problem? Or RACF problem? Or 
perhaps you want to sort out your naming convention problem?

>a) keep the list short I had the bright idea of stuffing the non 80's in a 
>single PDS;

And if you want to extract them back to their own datasets, how are you going 
to do that?

Groete / Greetings
Elardus Engelbrecht

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

Reply via email to