Re: assembler batch calling unix daemon

2011-05-02 Thread Hunkeler Peter (KIUP 4)
Ed, Not sure I got your point. Anyway, it wasn't my intention to make a statement on how costly address space creation actually is (I simply don't have a clue). But, thinking highlevel that at least some control blocks have to be build, it cannot come for free. Then, if it wasn't something expens

Re: assembler batch calling unix daemon

2011-05-01 Thread Ed Gould
From: Hunkeler Peter (KIUP 4) To: IBM-MAIN@bama.ua.edu Sent: Mon, May 2, 2011 1:32:56 AM Subject: Re: assembler batch calling unix daemon Michael, I dare to comment on your "vast overhead of creating an ASID". While I agree that creating an address spac

Re: assembler batch calling unix daemon

2011-05-01 Thread Hunkeler Peter (KIUP 4)
Michael, I dare to comment on your "vast overhead of creating an ASID". While I agree that creating an address space in not a cheap thing in z/OS, it is by far not as often needed as your statement might imply. Only if there is no idle BPXAS UNIX services initiator available, is it that a new addr

Re: assembler batch calling unix daemon

2011-04-29 Thread Michael Klaeschen
t von: IBM Mainframe Discussion List 2011-04-29 11:05 Bitte antworten an IBM Mainframe Discussion List An IBM-MAIN@bama.ua.edu Kopie Thema assembler batch calling unix daemon Dear group, I need to call unix-OSNMP from an Assembler pgm which is running in z/OS (1.12)-Batch. I use

assembler batch calling unix daemon

2011-04-29 Thread Monika Amiss
Dear group, I need to call unix-OSNMP from an Assembler pgm which is running in z/OS (1.12)-Batch. I use Address SYSCALL call bpxwunix ''cmd'',,out.,, __environment. but as I must call bpxwunix often, the overhead is a problem (each time an Asid is created). What I nee