deveshjogal
Programmer
- Dec 30, 2002
- 61
Hi all
I receive about 400 files via FTP or XCOM or similar services which have first 4 node common.
I dont want to hardcode all datasetname in JCL because its not necessary that everytime I will have the same no. of datasets. Again using a GDG is difficult as no. of files well exceeds 400 at current; and it will require a lot of coordination to ask all customer to change their file transfer script.
Instead I need a utility to which if I provide first 4 nodes it should able to generate a JCL code which will concatenate all datasets begining with those 4 nodes into a single dataset. This is what similar to ISPF 3.4 option.
I am not sure this is possible in JCL or not but shud be possible thru Rexx/Clist. Sadly I never tried any of this languages.
I hope I am clear with my requirement; My Platform is OS/390.
Devesh
I receive about 400 files via FTP or XCOM or similar services which have first 4 node common.
I dont want to hardcode all datasetname in JCL because its not necessary that everytime I will have the same no. of datasets. Again using a GDG is difficult as no. of files well exceeds 400 at current; and it will require a lot of coordination to ask all customer to change their file transfer script.
Instead I need a utility to which if I provide first 4 nodes it should able to generate a JCL code which will concatenate all datasets begining with those 4 nodes into a single dataset. This is what similar to ISPF 3.4 option.
I am not sure this is possible in JCL or not but shud be possible thru Rexx/Clist. Sadly I never tried any of this languages.
I hope I am clear with my requirement; My Platform is OS/390.
Devesh