Re: TSO broadcast

2008-09-11 Thread Pedro Vera
broadcast filing up with msg's that You can prevent the dataset from filling up. Submit a batch TSO job that issues a LISTBC command. It will pull from broadcast dataset and write to SYSTSPRT file of the job. Pedro Vera

Re: TSO broadcast

2008-09-11 Thread Pedro Vera
under my tso I can issue ptofile nointercom and it stops. I think you will stop seeing them, but network job status messages are still queued for you in your broadcast dataset. They are there until you issue LISTBC NON (often done as part of your logon process). Pedro Vera

Re: Name/tokens

2008-09-10 Thread Pedro Vera
). Is ownership kept in the control blocks? Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu

Re: question for C experts - strcpy vs memcpy

2008-09-08 Thread Pedro Vera
00127 |2MVC t(8,r13,172),+CONSTANT_AREA(r2,0) Just curious: what does the CONSTANT_AREA look like? Does it have a '00'x after your constant? Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access

Re: zOS R10

2008-09-08 Thread Pedro Vera
and I don't see them online anymore. I just looked and they are there???The title says 'Release 10', but there is no publication number. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: z/OS 1.9 and IBM1521I S 4.0 Not enough virtual memory is available to continue

2008-09-05 Thread Pedro Vera
now I cannot get PL/I 3.7 to compile. Need more problem details. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search

Re: dynamically generating Netview global variable names

2008-08-26 Thread Pedro Vera
I am rexx person, but not a Netview person... you might try the INTERPRET command. INTERPRET 'CGLOBAL' PNAME It will resolve PNAME first then execute the whole thing. Pedro Vera -- For IBM-MAIN subscribe / signoff

Re: A couple of memory/storage questions

2008-08-19 Thread Pedro Vera
. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

Re: Debugging Tips

2008-08-13 Thread Pedro Vera
written in C using a bunch of self-written DLL's. When I have an application with multiple programs, I add a trace capability. Perhaps it is as easy as saving the current program name in a buffer. Or even issuing WTO's. Pedro Vera

Re: IBM's financial results ?

2008-08-08 Thread Pedro Vera
Anton wrote: Something smells fishy some where.. That statement clearly implies an impropriety. And since you are referring to a company, it is considered a conspiracy. Conspiracy: an agreement by two or more persons to commit a crime, fraud, or other wrongful act.

Re: Compiled Rexx portabilty

2008-08-07 Thread Pedro Vera
Another option might be to compile with OBJECT DLINK NOCEXEC options, and create a load module out of your rexx source. Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED] -- For IBM-MAIN subscribe

Re: Can't read newly created procedure

2008-08-05 Thread Pedro Vera
I know it's there I can edit it etc. Which dataset is it in? You might need: /*JOBPARM PROCLIB=PROC01 Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED] -- For IBM-MAIN subscribe / signoff

Re: Politics - California state computers can't handle pay cut, controller says - sacbee.com

2008-08-05 Thread Pedro Vera
I would think the hard part would be to restore the pay to the correct levels afterwards. Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED] -- For IBM-MAIN subscribe / signoff / archive access

Re: INLINE JCL PROC Question

2008-08-04 Thread Pedro Vera
*,DLM=#$ /* rexx */ Parse arg theparms Say theparms #$ //* //BATCHTSO EXEC PGM=IKJEFT01, // PARM='%SAYIT PARM2TMP FUNCTION' //SYSPROC DD DISP=(OLD,DELETE),DSN=TMP //SYSTSPRT DD SYSOUT=H //SYSTSIN DD DUMMY Pedro Vera phone (408) 463-4812 internet [EMAIL

Re: Statistics when writing PDS members

2008-07-29 Thread Pedro Vera
I think the explicit requirement was no ISPF environment during the writing of the data. But the implicit requirement is that someone will use the ISPF statistics at a later date, and probably within ISPF. Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED

Re: Old 5798-DZW Dynamic STEPLIB Facility

2008-07-14 Thread Pedro Vera
the exec finishes. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm

Re: Passing data within the ISPF Data Set List Filter Exit

2008-07-11 Thread Pedro Vera
. Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED] -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search

Re: Cataloging problem

2008-07-02 Thread Pedro Vera
Use IDCAMS job with REPRO MERGCAT and specify LEVEL or ENTRIES parameters. Sorry, I do not have a sample, but the IDCAMS books has some. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: Cataloging problem

2008-07-02 Thread Pedro Vera
to do it without too much problem. For REPRO information, see 'Access Method Services' at http://www-03.ibm.com/systems/z/os/zos/bkserv/r9pdf/#dfsms Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: if someone remember: low core refrence

2008-07-01 Thread Pedro Vera
. If you have access to APF dataset, you can easily write a program to do it. Your APF datasets should be protected. And if you are a hacker-wannabe, please ignore my advice. Pedro Vera -- For IBM-MAIN subscribe / signoff

Re: DFDSS Question - DSCHA

2008-06-27 Thread Pedro Vera
Response: Recatalog the data set in the standard order of search and rerun the job. Make sure the alias for SYSJ1 points to that catalog. If not, remove the catalog entry and catalog it in the right catalog. Pedro Vera

Re: DFDSS Question - DSCHA

2008-06-27 Thread Pedro Vera
cataloging. backup all the files which have not been updated I think you should backup the files whcih have been updated. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Re: Conversion work

2008-06-24 Thread Pedro Vera
does and try to do the same in C. Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives

Re: Single RES

2008-06-18 Thread Pedro Vera
userids. (I do not have the source any more, but something for your consideration). Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO

Re: Single RES

2008-06-17 Thread Pedro Vera
does not normally have TCP? Pedro Vera -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm

Re: Outsourcing dilemma or debacle, you decide...

2008-06-12 Thread Pedro Vera
On IBM-MAIN, there seem to be very many helpful experts, but at ibmmainframes.com there is a plethora of very inexperienced posters. Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED] homepage http://pedro.userv.ibm.com

Re: Monitor use of Load-Library as JOBLIB/STEPLIB

2008-06-09 Thread Pedro Vera
that will get violation messages. The messages are sent and if the user is not logged on, will be saved in their broadcast dataset. Pedro Vera phone (408) 463-4812 internet [EMAIL PROTECTED] -- For IBM-MAIN subscribe