Re: DLMSCR - EDGJRPTE

2022-07-31 Thread Peter
Can DLMSCRATCH do scratch based on dates output obtained from RMM ? How are you all scheduling the DLMSCR job ? Are you doing manually or automated? I would like to understand your practice and please share your best practices On Fri, Jul 29, 2022, 11:09 PM Michael Watkins < 032966e74d0f-dma

Re: Location of IBM python SDK language and standard library documentation?

2022-07-31 Thread Farley, Peter x23353
Thanks Colin, I did already find that manual, but the only two useful things in there for ordinary programmers is the zos_util documentation and the table of "tagging" behavior. There are also the zoautil command line utilities and python API, but the file "read()" and "write()" functions there

Re: Location of IBM python SDK language and standard library documentation?

2022-07-31 Thread Colin Paice
The manual SC28-3143-02 I*BM Open Enterprise SDK for Python 3.10* may be what you want import zos_util f = open("//'USER.Z24C.PROCLIB(PYT)'","r") read_data = f.read() print(read_data) gives Traceback (most recent call last): File "/u/tmp/zos/z.py", line 1, in f = open("//'USER.Z24C.PR