Hello Group,

We have requirement of setting up process of handling  FTP and then submit
Job with FTP dataset. The process goes like this,



a) We use DCON for communication purpose and receive files in our local
z/OS system in GDG format from remote site

b) once we receive this file, operator put this file name in our Job and
process it further.





As per  below messages, FTP.DATA.** are the files, which are saved in our
system and these files are placed into JCL for further process by operator.





i)

SVTM052I STEP01   COPY     FDDB4142(  95,456)

SVTM052I      FROM E2PP.DW801P.WTALZUP.XM.G0520V00

SVTM052I      TO   FTP.DATA.ATRAIL.G0458V00

SVTM052I          COMPLETED  00000000/SCPA000I





ii)

SVTM052I STEP01   COPY     FDDB4099(  95,458)

SVTM052I      FROM G12P.DW801P.XTALZUP.XM.G1557V00

SVTM052I      TO   FTP.DATA.AUDIT.TRAIL.G1568V00

SVTM052I          COMPLETED  00000000/SCPA000I



iii)

SVTM052I STEP01   COPY     FDDB4052(  95,516)

SVTM052I      FROM G12P.IBD003.X2BSN1.XM.G2904V00

SVTM052I      TO   FTP.DATA.IAS.G3486V00

SVTM052I          COMPLETED  00000000/SCPA000I



So, basically we want to capture these dataset names from this message
SVTM052I and send message to operator that file has been received and then
submit one batch Job by putting this

file name.


Is there any way to automate this whole process. I am new to REXX, so if
someone can guide me on this solution.We receive  these files 3-4 times in
a day or even more.

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

Reply via email to