Dave, On behalf of others, thank you!
By the time you replied, I, like Barbara, had found a workaround. Lucky for me, none of the 284 PTFs on the list were received between 20339 and 20345. I used a Julian Date Calendar (for leap years only) only to notice the example's comments had those dates specified. ☹😊 Bob -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Dave Jousma Sent: Wednesday, April 14, 2021 10:41 AM To: [email protected] Subject: Re: RED Alert Today Regarding z/OS Service Orders Here is the JCL. //job //* //* //* List Sysmods/Ptfs in the global zone. //* //* Update SMPCSI with the name of your global zone. //* //* If the PTF is not found in your global zone you will //* receive a return code of 04 and messages like, //* SYSMOD UI72038 NOT FOUND //* SYSMOD UI72039 NOT FOUND //* in your SMP/E output. //* //* //* If the PTF is found you need to check the Receive date: //* //* UI72038 TYPE = PTF //* STATUS = REC //* DATE/TIME REC = 20.339 hh:mm:ss //* //* //* DATE/TIME REC = 20.345 hh:mm:ss //* //* //STEP1 EXEC PGM=GIMSMP,REGION=0M, // PARM='DATE=U' //SMPCSI DD DISP=SHR,DSN=SMPE.GLOBAL.CSI //SMPLOG DD SYSOUT=* //SMPLOGA DD SYSOUT=* //SMPOUT DD SYSOUT=* //SMPRPT DD SYSOUT=* //SMPLIST DD SYSOUT=* //SYSPRINT DD SYSOUT=* //* //SMPCNTL DD * SET BOUNDARY(GLOBAL). LIST SYSMOD( UI72038 UI72039 UI72040 UI72041 UI72042 UI72043 UI72044 UI72046 UI72047 UI72130 UI72131 UI72132 UI72133 UI72153 UI72154 UI72158 UI72159 UI72160 UI72161 UI72176 UI72177 UI72178 UI72186 UI72187 UI72213 UI72260 UI72261 UI72263 UI72326 UI72346 UI72347 UI72349 UI72356 UI72357 UI72361 UI72383 UI72436 UI72437 UI72438 UI72439 UI72464 UI72495 UI72496 UI72497 UI72560 UI72561 UI72562 UI72563 UI72564 UI72565 UI72566 UI72567 UI72568 UI72569 UI72570 UI72571 UI72572 UI72573 UI72574 UI72575 UI72576 UI72577 UI72578 UI72579 UI72580 UI72588 UI72589 UI72657 UI72658 UI72659 UI72660 UI72661 UI72662 UI72663 UI72664 UI72665 UI72768 UI72788 UI72790 UI72794 UI72795 UI72806 UI72807 UI72808 UI72809 UI72811 UI72812 UI72825 UI72826 UI72827 UI72829 UI72830 UI72831 UI72832 UI72833 UI72834 UI72835 UI72836 UI72838 UI72839 UI72840 UI72841 UI72842 UI72843 UI72844 UI72845 UI72846 UI72849 UI72850 UI72851 UI72852 UI72854 UI72855 UI72856 UI72858 UI72859 UI72860 UI72861 UI72862 UI72863 UI72864 UI72865 UI72866 UI72867 UI72868 UI72869 UI72870 UI72871 UI72872 UI72873 UI72875 UI72876 UI72877 UI72882 UI72883 UI72889 UI72890 UI72895 UI72896 UI72897 UI72899 UI72900 UI72902 UI72903 UI72904 UI72905 UI72906 UI72908 UI72910 UI72912 UI72913 UI72916 UI72922 UI72923 UI72924 UI72925 UI72926 UI72927 UI72928 UI72929 UI72930 UI72931 UI72932 UI72933 UI72934 UI72935 UI72936 UI72937 UI72938 UI72939 UI72940 UI72941 UI72942 UI72946 UI72947 UI72948 UI72950 UI72951 UI72952 UI72953 UI72955 UI72956 UI72957 UI72965 UI72966 UI72969 UI72976 UI72977 UI72978 UI72980 UI72981 UI72982 UI72983 UI72984 UI72986 UI72988 UI72989 UI72994 UI72995 UI72997 UI72998 UI72999 UI73000 UI73001 UI73002 UI73003 UI73004 UI73005 UI73006 UI73007 UI73008 UI73009 UI73026 UI73027 UI73028 UI73029 UJ04093 UJ04096 UJ04104 UJ04107 UJ04108 UJ04109 UJ04271 UJ04272 UJ04309 UJ04310 UJ04311 UJ04344 UJ04345 UJ04368 UJ04369 UJ04390 UJ04429 UJ04431 UJ04432 UJ04433 UJ04434 UJ04435 UJ04440 UJ04446 UJ04450 UJ04456 UJ04464 UJ04465 UJ04466 UJ04467 UJ04470 UJ04471 UJ04477 UJ04480 UJ04481 UJ04483 UJ04484 UJ04485 UJ04486 UJ04492 UJ04493 UJ04494 UJ04496 UJ04497 UJ04498 UJ04505 UJ04506 UJ04521 UJ04528 UJ04529 UJ04531 UJ04532 UJ04533 UJ04552 UJ04553 UJ04554 UJ04555 UJ04560 UJ04561 UJ04562 UJ04563 UJ04564 UJ04583 UJ04584 UJ04585 UJ04588 UO01958 UO01959 ). /* //* ---------------------------------------------------------------------- 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
