|
|
|
The mainframe job that takes a copy of the FSU card cross over VSAM file and sends it via FTP to mdsoti.fsu.edu
There is a mainframe job that Ron Reazin wrote that takes a copy of the FSU Card cross over VSAM file and sends it via FTP to mdsoti.fsu.edu
There is a crontab entry on marge.uc.fsu.edu that reads:
[db2inst2@marge db2inst2]$ id; crontab -l | grep -i card
uid=1003(db2inst2) gid=101(dasadm1) groups=101(dasadm1),102(db2grp1) ###### ftp & load fsucard
22 8-18/1 * * 1-5 /usr/bin/perl /fsu_admin/db2inst2/fsucard/fsucard-ftp.pl
This job picks up the VSAM file from mdsoti.fsu.edu and brings it to marge.uc.fsu.edu and then runs this script:
/fsu_admin/db2inst2/fsucard/fsucard-load.ksh
That script loads the file into the table FSZDBA.CROSOVR2 on UDBWPROD
--Donny
|