[email protected] wrote: >The OP said that he is running in Dallas. It is my understanding (having never >worked on any of their systems) that Dallas provides ADCD systems to vendors, >also early code for new releases. In the description I have seen of that early >access, it was clearly an ADCD system. Like any z/OS system, it can run under >VM.
Right, we run on IBM Dallas under z/VM, with some IBM customization. So when I do stuff "from VM", I mean via CP SEND CP VINPUT VMSG ... on a SECUSERed VM userid. Dennis Trojak wrote: > Check out $TBUFDEF to increase value of EXTBUF. $DBUFDEF will show your > current value which should be 49. Yep: $HASP840 BUFDEF $HASP840 BUFDEF BELOWBUF=(LIMIT=39,WARN=80,FREE=39), $HASP840 EXTBUF=(LIMIT=49,WARN=80,FREE=49) So to increase that permanently, I think I would add the following in VENDOR.PARMLIB, member JES4202A (I searched all the PARMLIBs I could find for EXTBUF, no joy, but I realize that probably just reflects the fact that it's defaulting): BUFDEF BELOWBUF=(LIMIT=39,WARN=80),EXTBUF=(LIMIT=200,WARN=80) Mind you, I'm taking the BELOWBUF values from what's currently set. Is 39 a plausible number? I'm reluctant to Just Try It because I know that if I get it wrong enough, z/OS won't come back up, and then we'll have to get IBM to fix it (and that takes turnaround time). But if y'all bless it, I'll give it a shot! Thanks again, ...phsiii ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
