AW: EZAFTPKS from Started task

2017-08-29 Thread Peter Hunkeler
>I have been testing out a started task under TESTAUTH (it does APF authorized command). I'm curious. How can you test out "a started task under TESTAUTH" (or TEST)? I know only how to test programs in my TSO session using these commands.

AW: Re: Can AMODE 31 C/C++ get a signal on a S0C1/4 in AMODE 64 assembler?

2017-08-29 Thread Peter Hunkeler
stuff in you assembler code, i.e. let your ESTAE retry. Your retry routine saves all the information your signal handler must know, goes back to AMODE 31, deregisters your ESTAE and ABENDs with some user abend code. LE's ESTAE will catch up and your signal handler should finally be driv

AW: Re: UTF-8 woes on z/OS, a solution - comments invited

2017-09-05 Thread Peter Hunkeler
Go Unicode, UTF-8 or UTF-16, whatever suits best. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Lack of Support for Doc for COBOL

2017-09-07 Thread Peter Hunkeler
>I know companies which are not ready for computers at all. PDSE is so new... ;-) I know of companies (or should I say managers) who believe they are beyond the need for computers since there is the Internet and Google 8-) -- Peter Hunke

AW: Re: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Peter Hunkeler
just a data set that happens to have name that looks like a GDS name. The system will not relate it to the GDG. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Peter Hunkeler
when a data set is not found or a new allocation fails (typically for duplicate name error). JES3 will (may?) verify before it hands over the job to the initiator. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / arch

AW: Re: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Peter Hunkeler
ave a single step job, and the generation being cataloged is a +2, one generation number is skipped. However, in a multiple-step job, one step might have a +1 and a second step a +2, in which case no numbers are skipped." -- Peter Hunkeler ---

AW: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Peter Hunkeler
ing Multiple Jobs to Update a Generation Data Group": This topic provides guidelines that you can use when you submit multiple jobs that update a particular GDG: - No two jobs running concurrently can refer to the

AW: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Peter Hunkeler
the same resource and accidentally replace the generation data set with the wrong version in the GDG. To prevent two users from allocating the same absolute generation data set, take one of the following actions: o Specify DISP=OLD. o Specify DISP=SHR and open the data

AW: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Peter Hunkeler
I think the main problem here is dynamic allocation (SVC99) is not allowing the unauthorized caller to specify it should enqueue uncondtionally. For that reason BPXWDYN, TSO ALLOCATE, etc return with "data set in use" instead of offering the option to wait until it becomes available

AW: COBOL calling Java - S922 error

2017-09-12 Thread Peter Hunkeler
TRAP(OFF) to switch off LE error handling. Might give you some hints that LE error supresses. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

IEFSCHAS - Using more CPU

2017-09-13 Thread Peter Hunkeler
Not that I would think there is a problem, but in a problem situation, I saw IEFSCHAS using more CPU than normal. I never cared to understand what exactly IEFSCHAS does. Can anyone tell me? -- Peter Hunkeler -- For IBM-MAIN

AW: Re: Reload nucleus module dynamically

2017-09-13 Thread Peter Hunkeler
ferent areas in the virtual address space map, the third is noting but a list of data set to be searched for load modules. The OP asked about dynamically updating the nucleus, and this is nothing that MVS supports up to date. -- Peter Hu

Re: Reload nucleus module dynamically

2017-09-13 Thread Peter Hunkeler
ybe he could speak up? Ed, not sure how your comment relates to the topic at hand. You can always write a program to modify just about any bit in storage, but that has nothing to do with native support by the operating system

AW: Re: IEFSCHAS - Using more CPU

2017-09-13 Thread Peter Hunkeler
else does it schedule? Just curious. The correlation to GRS contention seems reasonable reason in our case. The GRS instance which is the "contention resolver" (can't remember how it is called right now) is

AW: Re: IEFSCHAS - Using more CPU

2017-09-13 Thread Peter Hunkeler
usage. What did you meant to tell me? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: IEFSCHAS - Using more CPU

2017-09-14 Thread Peter Hunkeler
Thanks, Rob, much appreciated. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: AW: Re: IEFSCHAS - Using more CPU

2017-09-14 Thread Peter Hunkeler
>It's possible I got confused. So what is a Scheduler Address Space, as opposed to the MASTER Scheduler Address Space? Martin, the former's jobname is IEFSCHAS, the latter's is *MASTER*. Two different address spaces.

AW: Re: PDSE design flaws and need for COBOL 4.2 was Re: Lack of Support for Doc for COBOL

2017-09-14 Thread Peter Hunkeler
o load program objects in the IPL phase already. Again, no strong feelings on the necessity on my side. However I always felt such basic things should move into the "kernel" one day or the other. -- Peter Hunkeler -

AW: Re: STC - APF - confusion

2017-09-17 Thread Peter Hunkeler
the analog of the APF library authorization. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Snap data to a PDS Question About LIST parameter IEATDUMP

2017-09-17 Thread Peter Hunkeler
multiple IEATDUMPs into the same data set simply by allocating it with DISP=MOD. I know it works with ABEND dumps written to SYSMDUMP. -- Peter Hunkeler -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archiv

AW: Re: Extended format system ZFS files

2017-09-19 Thread Peter Hunkeler
tain file system activities. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Eliminating duplicates (was: z/os 2.2 - help with sort/icetool)

2017-09-19 Thread Peter Hunkeler
ight forward keyword either on the OPTION or on the SORT statement, such as NODUPLICATES/DUPLICATES? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu wi

AW: Re: Eliminating duplicates (was: z/os 2.2 - help with sort/icetool)

2017-09-20 Thread Peter Hunkeler
Obviously, there's a world of divers requirements out there, but SORT focuses on cases where you want to combine information from duplicate keys, not just ignore them. But they did implement the feature with SUM=NONE, didn't they? I'm n

AW: Re: LPAR to LPAR access

2017-09-20 Thread Peter Hunkeler
>Db2 Data sharing isn't the only way to get 2 Db2 subsystems on different >LPAR's to talk to each other. As long as the 2 LPAR's have some connectivity, >TCP/IP etc. in common, it is possible to use Db2 distributed data facility to >allow the 2 subsystems to communicate. But they do *not* cu

AW: Re: Extended format system ZFS files

2017-09-20 Thread Peter Hunkeler
(I think because the old one ran out of extents). Copying with REPRO turned out to be the fastest option by far. The target cluster must be newly allocated and *unformatted*, and both file systems mzst be unmounted during the repro

AW: Re: Extended format system ZFS files

2017-09-21 Thread Peter Hunkeler
quires RACF AUDITOR). ​ ​ ... and a userid with READ authority to FACILITY class profiles BPX.FILEATTR.* (or the three individual profile if you keep them distinct). Otherwise the a, p, and/or s extended attributes will be lost.

AW: Re: STC - APF - confusion

2017-09-24 Thread Peter Hunkeler
e, or system key), only for as log as absolutely needed. If you run in system key via PPT, you have to stay there. I haven't tested of RTFM, but I think you would not be able to return to system key once you left it.

SMF30 EXCP count confusion

2017-09-25 Thread Peter Hunkeler
c). It is not a direct measure of the abount of data really transferred. Am I right, or what am I missing? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.

AW: Re: LPAR to LPAR access

2017-09-25 Thread Peter Hunkeler
OS would need a local DB2? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: SMF30 EXCP count confusion

2017-09-25 Thread Peter Hunkeler
Thank you all for the delightfully funny insight. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: z114

2017-09-26 Thread Peter Hunkeler
>Please erase this message from your brain at your earliest convenience. ;-) What message? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu w

When was the *basic* sysplex introduced? MVS/ESA 4.1?

2017-10-04 Thread Peter Hunkeler
I do remember that MVS/ESA V5 (V5.1) introduced the *parallel* sysplex. But I don't remember exactly what MVS/ESA release introduced the *basic* sysplex. ISTR, it was MVS/ESA V4 (V4.1). Correct? -- Peter Hunkeler -- Fo

AW: Re: When was the *basic* sysplex introduced? MVS/ESA 4.1?

2017-10-04 Thread Peter Hunkeler
>I believe it was 4.1. Here's an interesting article: >>>http://2000clicks.com/links/Computers/IBMMainframeHistory/mvshist5.htm Indeed. Thanks for the link. -- Peter Hunkeler - -- For IBM-MAIN subscribe /

AW: Re: :IEAVAPE return code doc wrong?

2017-10-05 Thread Peter Hunkeler
ver tried to imagine what it stands for. Thanks for that amusement. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Job await main select and cannot execution

2017-10-06 Thread Peter Hunkeler
sulting JES3 command is. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Time on one LPAR on CEC

2017-10-08 Thread Peter Hunkeler
smps contain *local* date and time values, not UTC! -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: fopen DD

2017-10-15 Thread Peter Hunkeler
PTS DD and ENVAR('.') LE runtime parameter. - The PATH environment variable might need to be setup explicitly when not run from the shell. It is usually setup during shell startup already. - Program parameters are more cumbersome from JCL than from the shell. - There are probably more

AW: Re: fopen DD

2017-10-15 Thread Peter Hunkeler
BATCH has left out /bin/login, and exec()s to the shell to avoid the above restrictions. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Where is the "z/OS V2R2 Elements and Features" web site?

2017-10-15 Thread Peter Hunkeler
tures" web page, and that allowed automatic renaming to the book title. It seems this site is not provided for V2R3. At least I was not able to find it so far. Would anyone know if it will be available? -- Peter Hunkeler -- Pete

Where is the "z/OS V2R3 Elements and Features" web site?

2017-10-15 Thread Peter Hunkeler
ld anyone know if it will be available? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: fopen DD

2017-10-15 Thread Peter Hunkeler
z/OS UNIX" in the "z/OS V2R2 UNIX System Services Programming: Assembler Callable Services Reference". Also the appendix on signals has some information on this. -- Peter Hunkeler -- For IBM-MAIN su

AW: non-ibm products in /service ?

2017-10-15 Thread Peter Hunkeler
d some subdirectories in /service, say /service/ibm/zos, /service/ibm/db2, /service/somevendor/someproduct, etc. as mount points for the corresponding service file systems. Then adjust the DDDEFs accordingly, or for non-SMP/E products adjust the install script, install job or whatever. -- Peter Hu

AW: Re: fopen DD

2017-10-15 Thread Peter Hunkeler
er way be to invoke a shell script making sure _BPX_SPAWN_SCRIPT=YES is present. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Where is the "z/OS V2R3 Elements and Features" web site?

2017-10-16 Thread Peter Hunkeler
ble to see how tremendously slow Internet access from our office environment is, you would understand why I aim for offline availability. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send

AW: Re: AW: Re: fopen DD

2017-10-16 Thread Peter Hunkeler
>Doesn't exec(), like fork(), create a new execution environment, discarding DDNAME allocations? You're absolutely right. I didn't think of DDs, which is the whole purpose of the local spawn in this context. Shame on me.

Re: fopen DD

2017-10-16 Thread Peter Hunkeler
l spawn. Thank you, Kirk, despite the ruined aha moment ;-) --Peter Hunkeler -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Where is the "z/OS V2R3 Elements and Features" web site?

2017-10-16 Thread Peter Hunkeler
Have you tried on an iPad? Or any other non-Windows, non-Linux tablet? (I know Android is Linux based) -- Peter Hunkeler Von: Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: Where is the "z/OS V2R3 E

AW: Re: BPXWDYN from CLIST

2017-10-18 Thread Peter Hunkeler
>I want to know what data set is allocated to a DDNAME, and the data set is on >tape so LISTDSI won't work. How about LISTALC with proper options? It lists DDNAMEs currently allocated and the DSN and other information -- Pet

AW: Re: Potential stupid question - MSUs

2017-10-18 Thread Peter Hunkeler
ot;MSU", whereas it actually is "MSU/h"? With vehicle velocity one usually talks about "kilometers" or "miles", but it is clear to everyone that "kilometers/hour" or "miles/hour" is meant.

AW: Re: Where is the "z/OS V2R3 Elements and Features" web site?

2017-10-19 Thread Peter Hunkeler
iPad), the other one leaves all the original files in place, but creates symbolic links in the bookshelf subdirectories. One caveat with the later: In its wisdom Microsoft decided that you need admin authority to run the mklink command. Drop me a note if you are interested in a copy. -- Peter Hun

AW: Re: fopen DD

2017-10-19 Thread Peter Hunkeler
sed to be that features are optional products that you need to license to be allowed to use them. The libraries are there in any case. -- Peter Hunkeler > > -- gil > > -- I just child proofed my house. But the kids still manage to get i

Re: Determine tasks PSWA "next instruction to execute" from an STIMER exit?

2017-10-21 Thread Peter Hunkeler
old) PSW are stored at different places. Registers are stored in the current (I)RB control block (and extensiotn to it), the PSW is stored in the RB (PRB, IRB, SVRB, ...) that was the current RB at the time the IRB was instantiated. -- Peter

AW: Re: Any one use CBT smfsrt program file019

2017-10-22 Thread Peter Hunkeler
>Syncsort is another product which our shop didn't have The $$DOC member says: 9) FLSMFSRT. This utility is intended to list sort activity based upon SMF records generated by the *Syncsort* product. What do you want to achieve with this utility when you don't have Syncsor

AW: Re: Time Mic conversion

2017-10-22 Thread Peter Hunkeler
e positive after first addition no matter how many midnights have passed. If you cannot guarantee the difference between to values is always less than 24 hours, you must have the corresponding date as well to do the calculation right. -

IKJEFTxx should fail if not JobStep Task (was: Batch TSO command ... )

2017-10-29 Thread Peter Hunkeler
run as job step task? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: IKJEFTxx should fail if not JobStep Task (was: Batch TSO command ... )

2017-10-29 Thread Peter Hunkeler
) programs with only problem state authority. Why would the TMP be attached in a different mode it run as transaction program? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Help with a Unix process

2017-11-02 Thread Peter Hunkeler
uns. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Help with a Unix process

2017-11-02 Thread Peter Hunkeler
xisting v4 file system to v5 online unsing "zfsadm convert ...". -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Db2! was: NODE.js for z/OS

2017-11-02 Thread Peter Hunkeler
e allowed to do useless things without the need to invent a story around it. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Odd SMF 30 data within IEFACTRT

2017-11-05 Thread Peter Hunkeler
The fields you show look to me as if they partly contain EBCDIC data. E.g. the first field has x'E2E3C5D7' which is c'STEP'. Has there been any zEDC compression in that step? If not, the section is not there and you are looking at random data. -- Peter Hunkeler V

AW: Re: SUBSYS= ?

2017-11-07 Thread Peter Hunkeler
XIT to access records from SMF log streams. See SUBSYS-options2 for SMF-specific parameters. I guess (I'm not a vendor) that vendors might get access to documentation related to SUBSYS= SSI function under some nondisclosure agreement or what ever. Curious to understand where the problem

AW: Re: SUBSYS= ?

2017-11-07 Thread Peter Hunkeler
OP wanted, I understood. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: SUBSYS= ?

2017-11-07 Thread Peter Hunkeler
ognize it and prepares accordingly. SUBSYS=JESx makes sense. Duhhh, this just never occurred to me. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

AW: Re: TSSO question - reading TSSOPARM (internals question)

2017-11-12 Thread Peter Hunkeler
>Did you check the cbttape.org to see if the source is there? John's post started with "I am looking at the source code to TSSO 4.3." -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access

AW: Re: TSSO question - reading TSSOPARM (internals question)

2017-11-13 Thread Peter Hunkeler
will branch to whatever address it finds in DCBEODAD, doesn't it? >My plan is to remove the "hard coded" allocation of SYS1.PARMLIB with the appropriate use of IEFPRMLB to allocate & free the "system PARMLIB concatenation". I t

Re: CLIST to add LLQ into PS file

2017-11-13 Thread Peter Hunkeler
>Try one of these: >519 $ echo $(TZ=EST5EDT date +%Y-%m-%d:%H:%M:%S) >2017-11-13:13:29:29 >520 $ echo $(TZ=GMT0date +%Y-%m-%d:%H:%M:%S) >2017-11-13:18:29:50 Colons in Windows filenames is not a good idea. Will simply not work. Someone already suggested to create a shell script for this. Som

Re: System Rexx - Shutdown Exec

2017-11-15 Thread Peter Hunkeler
until the command is confirmed. The REXX will continue to run until it come to the point where it confirms the "V XCF". The REXX will still continue to run until XCF loads the A03 wait state. At least this is what I would expect. -- Peter Hunkeler -- Peter Hunkeler

AW: Re: System Rexx - Shutdown Exec

2017-11-15 Thread Peter Hunkeler
>I am sorry, you are right: it is not documented. >But it should be 0A2 My bad. Long time since I saw it. Should have looked it up before posting. Sorry I didn't. -- Peter Hunkeler -- For IBM-MAIN subscrib

AW: Re: doubt on catalog

2017-11-22 Thread Peter Hunkeler
***\***\" at least seems to indicate this. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: CF REPORT

2017-11-22 Thread Peter Hunkeler
>But but there are other causes for delay (such as dump serialization) that >could be factors. Apart from dump serialization, what else? CPU constraints in the CF? CF internal serialization? -- Peter Hunkeler -- For IB

Fwd: Mainframe Branding Insanity

2017-11-27 Thread Peter Hunkeler
ase". Uh, oh, thought Dilbert and ask the PHB what color it should be? PHB answered that "Mauve seems to be just about right". -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructio

AW: Re: LONGPARM

2017-12-01 Thread Peter Hunkeler
s the *initiator* doing this verification when it prepares to attach the program. So the binder and JCL manuals should say that "The system will check at job step initiation when the job step will be set APF authorized -- Peter Hunkeler -

AW: Re: Passing data from step-to-step in single job using memory??

2017-12-03 Thread Peter Hunkeler
oke a load module residing in a load library or LPA via external link. All the UNIXish features like passing arguments, environment variables, open files descriptors are availeble. -- Peter Hunkeler -- For IBM-MAIN subsc

AW: Re: Passing data from step-to-step in single job using memory??

2017-12-03 Thread Peter Hunkeler
and lines of error messages. LH with sign extension? You were calling ASMA90 (HLASM) with an options list (PARM) of X'8000' bytes length? -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access

Re: LE Recovery

2017-12-05 Thread Peter Hunkeler
iciently. Without LE's ESPIE routine, this may become a performance nightmare. I've learned all this from the analyzing and finally solving problem we've been facing with RAI's Smart/Restart earlier this year. Search the archive for "Smart/Reestart", or "00A

CPU usage by service class compared to LPAR capacity

2017-12-06 Thread Peter Hunkeler
Cross-posting from MXG-L, since I got no answer therer I'm working with SMF 99 subtype 6 data. The description of the fields SMF996_PSERV, SMF996_PISERV, and SMF996_PSSERV is a bit unclear. Are they holding the CPU service units for CP, zAAP, and zIIP, resp.? I plot the CPU service units per p

What does "Time at PDP..." in SMF99 mean?

2017-12-06 Thread Peter Hunkeler
The SMf99 subtype6 records have two fields called SMF99_Time_at_PDP_Using, and SMF99_Time_at_PDP. What does PDP stand for (in this context)? What do those fields tell me? -- Peter Hunkeler -- For IBM-MAIN subscribe

AW: Cobol 5/6 - Compile listing integrated into load module

2017-12-06 Thread Peter Hunkeler
segments. Debug Tools either know as well or know how to ask LE for help loading them when required. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu w

AW: Re: What does "Time at PDP..." in SMF99 mean?

2017-12-06 Thread Peter Hunkeler
fields. The term PDP is not explained anywhere in that manual. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: AW: Re: What does "Time at PDP..." in SMF99 mean?

2017-12-06 Thread Peter Hunkeler
>I'm not 100% sure but that could be "promoted dispatching priority" where SRM temporarily promotes an address space to a DP of X'FF' while it holds a local lock. Only promotion due to holding a lock, or any promotion as part of blocked workload

AW: Re: AW: Cobol 5/6 - Compile listing integrated into load module

2017-12-06 Thread Peter Hunkeler
sts I was expecting to get. I may be mistaken I posted here, or less likely I did not use the word NOLOAD. Sorry I can't proof what I was posting before. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / ar

AW: Re: IBM HTTP Server powered by Apache - very erratic responding to modify and stop commands

2017-12-06 Thread Peter Hunkeler
>IBM has written the apache module for it, shouldn't they just make it work? That module will write a message like this upon initialization: BPXM023I (WASTST1) IHS is active. Use jobname HTTPDWS1 for MVS commands. Do you see this message? If not, the module might not be active.

AW: IBM HTTP Server powered by Apache reading TCPIP PARMLIB. Why?

2017-12-10 Thread Peter Hunkeler
has been setup so that SYS1.TCPIP.PARMLIB is the default TCPIP DATA library in your case. Look at DEFAULTTCPIPDATA in member specified via DD statement //SETUP in the RESOLVER JCL procedure. I had a look at our system and IHS is indeed allowed R

AW: Re: Possible Debug issue

2017-12-12 Thread Peter Hunkeler
to see how much you need to be able to debug, within the maximum available, specify REGION=0M. -- Peter Hunkeler -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

RSM Freemained Frames - When do they apply?

2017-12-14 Thread Peter Hunkeler
pages because RSM decided to keep the frames. Am getting S0C4 instead. Obviously, RSM considers it unnecessary to keep the frames as freemained frames. What, if anything, can I do to have RSM keep the frames when the storag

AW: Re: RSM Freemained Frames - When do they apply?

2017-12-14 Thread Peter Hunkeler
SM decided to really free some such frame at a later time. I do not want to build on that function to cheat. I'm wondering what information a dump would reveal in such a case. What would VSM tell me? etc. -- Peter Hunkeler -

AW: Re: RSM Freemained Frames - When do they apply?

2017-12-14 Thread Peter Hunkeler
, I'd like to once see this in a dump. Hence my question how to create such a situation. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with t

AW: Re: RSM Freemained Frames - When do they apply?

2017-12-14 Thread Peter Hunkeler
and newer machines. It probably avoids updating the TLBs. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: AW: Re: RSM Freemained Frames - When do they apply?

2017-12-14 Thread Peter Hunkeler
s...". I promis to do better next time ;-) -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: RSM Freemained Frames - When do they apply?

2017-12-14 Thread Peter Hunkeler
>If you obtain a smaller amount, get it backed, and then release it, you may be more likely to observe the frames being retained. Thanks. I (wrongly, it seems) assumed it is more likely to happen with large areas. -- Peter Hunke

AW: Re: Cobol upgrade 6.2 linklist

2017-12-17 Thread Peter Hunkeler
> If an auditor "pressed", then (if not also insisting on LNKAUTH=APFTAB), that auditor most likely was wrong. IMHO, those auditors were wrong. Full stop. Auditors should investigate, document, and suggest. Auditors should never be allowed to force something. -- P

AW: Re: RSM Freemained Frames - When do they apply?

2017-12-18 Thread Peter Hunkeler
es to keep the frames upon the storage release. IPCS RSMDATA REALFRAME lists the freemained frames. Although this feature is pretty much useless for the programmer, it's nice to have seen it in action once. Thanks again, Jim

Re: SYS1.LINKLIB and APF (Was: Cobol upgrade 6.2 linklist)

2017-12-20 Thread Peter Hunkeler
F list at IPL. You don't need to specify them explicitly. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

AW: Re: Cobol upgrade 6.2 linklist

2017-12-20 Thread Peter Hunkeler
>Since it is a PDSE dataset it will always have an active connection and so >will not be able to perform >automatic compression. >Thus it will get full. Compress PDSE's? This is the (single, maybe) advantage of PDSEs: There is no need to compress.

AW: Re: How to find what performed an OMVS unmount?

2017-12-23 Thread Peter Hunkeler
naged by automount, then file systems will be auto-mounted at first access. The automount policy offers an auto-unmount option. Explicitly mounted file systems are not automagically unmounted ever. -- Peter Hunkeler -- For

AW: Re: Intel Chip flaw

2018-01-06 Thread Peter Hunkeler
I imagine some clever marketing guy at IBM: "The *first* release of the all new IBM flagship operating system coming out in *2019* will be z/OS V1.19" Or, will it be Z/OS V1.19? -- Peter Hunkeler -- For IBM-MAI

AW: Re: Accessing 65536 devices

2018-01-09 Thread Peter Hunkeler
>And you do a great job! Seriously, I think that you contribute greatly to the >list and you do respond to issues that are relevant to you in an extremely >short amount of time, with real answers. Thank you for all of your hard work. +1 vote (assuming I only have got one :-)

Re: C code to get running job name.

2018-01-10 Thread Peter Hunkeler
> Why not psatold to TCB, tcbtio to TIOT, then tiocnjob? Not that I would think this is likely to occur, but if such C code happened to be run as SRB, PSATOLD would be zero. Accessing these fields via PSAAOLD will still work. -- Peter Hunke

AW: Re: C code to get running job name.

2018-01-10 Thread Peter Hunkeler
for the new process address space. >How does cancelling the parent job affect its children? Might they continue >running? The same way it works on any unix: Child processed are terminated when the parent terminates. -- Peter Hunkeler -

<    1   2   3   4   5   6   7   8   9   10   >