ISPF Display eXcluded lines (was: zOS Unix DOS2UNIX)

2007-09-03 Thread Paul Gilmartin
On Wed, 29 Aug 2007 21:17:37 -0500, McKown, John wrote: I use both vi (well actually vim on Linux) and OEDIT. Of course, I mean in the appropriate environment (OEDIT in TSO OMVS) and vi on a telnet login. Both have strengths and weaknesses. There are things that I can do so easily in OEDIT but

Re: Stand-Alone Dump Process

2007-09-03 Thread Barbara Nitz
So you almost always want exactly one and only Store Status for SAD to capture. In real life, many shops take advantage of HMC wizardry to define SAD load profile(s). These profiles must be different from regular OS load profiles because the IPL device for SAD is never a sysres volume and may

Re: ISPF Display eXcluded lines (was: zOS Unix DOS2UNIX)

2007-09-03 Thread TISLER Zaromil
Gil, While we're on editor techniques, can I do with ISPF something I've found useful in XEDIT: momentarily and reversibly display excluded lines. For example, after doing the analogue of EXCLUDE ALL and a few FINDs, I can do DISPLAY 0 ... which displays only the remaining

Re: ISPF Display eXcluded lines (was: zOS Unix DOS2UNIX)

2007-09-03 Thread Maarten Slegtenhorst
With 'FLIP' you can switch between excluded and non-excluded as Zaromil writes. 'RESET' displays all lines, but AFAIK there is no 'reset'-command back to the partially excluded display. So you'll have to do all excludes again. Maarten Slegtenhorst -Oorspronkelijk bericht- Van: IBM

software support site down

2007-09-03 Thread Jim McAlpine
I'm trying to use the search facility at - http://www-306.ibm.com/software/support/ but it is apparently down due to maintenance. It was supposed to be back at 07.00 am Sunday. Is there another url I can use to search for existing problems/apars/ptfs. Jim McAlpine

Re: software support site down

2007-09-03 Thread Maarten Slegtenhorst
Jim, Maybe this site is of some use to you: http://www14.software.ibm.com/webapp/set2/srchBroker/views/srchBroker.js p?rs=112 -- Maarten Slegtenhorst -Oorspronkelijk bericht- Van: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Namens Jim McAlpine Verzonden: maandag 3

Re: software support site down

2007-09-03 Thread Jim McAlpine
On 9/3/07, Maarten Slegtenhorst [EMAIL PROTECTED] wrote: Jim, Maybe this site is of some use to you: http://www14.software.ibm.com/webapp/set2/srchBroker/views/srchBroker.js p?rs=112 -- Maarten Slegtenhorst Maarten, when I try a search from this url I get 500 internal server error.

Re: software support site down

2007-09-03 Thread Maarten Slegtenhorst
Jim, The result of a quick copy/paste action , I fear. Try this one: https://techsupport.services.ibm.com/server/zseries.srchBroker -- Maarten Slegtenhorst -Oorspronkelijk bericht- Van: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Namens Jim McAlpine Verzonden: maandag 3

Re: software support site down

2007-09-03 Thread Jim McAlpine
On 9/3/07, Maarten Slegtenhorst [EMAIL PROTECTED] wrote: Jim, The result of a quick copy/paste action , I fear. Try this one: https://techsupport.services.ibm.com/server/zseries.srchBroker -- Maarten Slegtenhorst Maarten, no, nothing wrong with the copy/paste and I can actually get

Re: software support site down

2007-09-03 Thread Maarten Slegtenhorst
Jim, I noticed that I have the same problem. Only '400 Bad request' ... I also tried: http://www-01.ibm.com/servers/resourcelink/svc03100.nsf?OpenDatabase Same error '400 Bad requests' ... No software-support, I'm afraid. -- Maarten Slegtenhorst -Oorspronkelijk bericht- Van: IBM

BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread spachfr
Hello, I have write a pgm in C language. This PGM access in read mode to a member of a PDS. When the pgm run by JCL (like //STEP1 PGM=myprog) is worked find. I want to use it under Unix services with BPXBATCH utility, but when the PGM try to access to the member it failed with a return code

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread Miklos Szigetvari
Hi I think in your case POSIX(ON), so you need //dd:SYSPRM spachfr wrote: Hello, I have write a pgm in C language. This PGM access in read mode to a member of a PDS. When the pgm run by JCL (like //STEP1 PGM=myprog) is worked find. I want to use it under Unix services with BPXBATCH

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread Steve Comstock
spachfr wrote: Hello, I have write a pgm in C language. This PGM access in read mode to a member of a PDS. When the pgm run by JCL (like //STEP1 PGM=myprog) is worked find. I want to use it under Unix services with BPXBATCH utility, but when the PGM try to access to the member it failed

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread IBM-MAIN Anonymous
The resul of the command for the ls -al commmand -rwxrwxrwx 1 OMVSKERN SYS1 73728 Sep 3 09:36 /u/myprog for echo $PATH /usr/lpp/Printsrv/bin:/bin:. -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread IBM-MAIN Anonymous
I have try with POSIX(ON) /RUNSHELL EXEC PGM=BPXBATCH, / PARM='PGM /u/openf POSIX(ON)' /STDOUT DD PATH='/u/resul', / PATHOPTS=(OCREAT,OTRUNC,OWRONLY) /SYSRPM DD DSN=ADCDB.PDS.PARMLIB(CMDPRM00),DISP=SHR /*

Re: Print Distribution and IP connected Devices

2007-09-03 Thread Pommier, Rex R.
Chris, This is a hard habit to break people of. We are running HP-UX alongside AIX at our shop. I regularly hear that we have UNIX and AIX - so much so that I've given up trying to correct them... :-) Rex -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread Steve Comstock
spachfr wrote: Hello, I have write a pgm in C language. This PGM access in read mode to a member of a PDS. When the pgm run by JCL (like //STEP1 PGM=myprog) is worked find. I want to use it under Unix services with BPXBATCH utility, but when the PGM try to access to the member it failed

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of spachfr Sent: Monday, September 03, 2007 9:27 AM To: IBM-MAIN@BAMA.UA.EDU Subject: BPXBATCH utility, how to access to PDS member ? Hello, I have write a pgm in C language. This PGM

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread Bill Godfrey
On Mon, 3 Sep 2007 09:26:37 -0500, spachfr [EMAIL PROTECTED] wrote: Hello, I have write a pgm in C language. This PGM access in read mode to a member of a PDS. When the pgm run by JCL (like //STEP1 PGM=myprog) is worked find. I want to use it under Unix services with BPXBATCH utility, but

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread [EMAIL PROTECTED]
Thank's for your reply, but unfortunately for me it's not working. I have the following message about SH in my resul file: FSUM7332 syntax error: got (, expecting New line -- For IBM-MAIN subscribe / signoff / archive access

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread IBM-MAIN Anonymous
Thank's for reply I have try this utiliy and I have a return code 0 but the PGM do nothing... (no display message like no execution) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread McKown, John
OOPS, you need to escape the parens. //RUNSHELL EXEC PGM=BPXBATCH, // PARM='SH export SYSPRM=USER1.PDS.PARMLIB\(CMDPRM00\); /u/myprog' //STDOUT DD PATH='/u/resul', // PATHOPTS=(OCREAT,OTRUNC,OWRONLY) //*SYSRPM DD

Re: Stand-Alone Dump Process

2007-09-03 Thread Skip Robinson
One last non-expert post on this topic. For the first Load of SAD after an MVS IPL, Store Status will yield the same results whether requested implicitly or explicitly. For any subsequent Load, a new Store Status will capture data from the last control program that was running. In the case

Re: BPXBATCH utility, how to access to PDS member ?

2007-09-03 Thread Steve Comstock
[EMAIL PROTECTED] wrote: Thank's for your reply, but unfortunately for me it's not working. I have the following message about SH in my resul file: FSUM7332 syntax error: got (, expecting New line You didn't specify which suggestion you were referring to. I think if you double check your

Re: Print Distribution and IP connected Devices

2007-09-03 Thread J R
The URL not the best analogy. . . . It's having a name in the name server which may be thought of as analogous to cataloging a data set - sort-of. Point well taken! Incidentally, in connection with an earlier post, I guess you realised that, by no name server, Ulrich meant he wasn't

Re: ISPF Display eXcluded lines (was: zOS Unix DOS2UNIX)

2007-09-03 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 09/03/2007 at 01:05 AM, Paul Gilmartin [EMAIL PROTECTED] said: Me, too, on regex. I won't comment on the use of regexen in vi, but I'd love to see a well thought out design using Perl-style regex syntax. Specifically, I'd like to see look-behind and look ahead in the

Re: ISPF FREED SYS1.PARMLIB

2007-09-03 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 09/01/2007 at 10:23 AM, Steve Horein [EMAIL PROTECTED] said: I was also curious if IEFPRMLB could be made to include by default the PDS where LOADxx was found at IPL time, much like it includes by default SYS1.PARMLIB. Easily; they could just as easily back out the

Re: Virtual Storage implementation

2007-09-03 Thread Mark Post
On Sat, Sep 1, 2007 at 7:09 PM, in message [EMAIL PROTECTED], Tom Schmidt [EMAIL PROTECTED] wrote: -snip- How much progress has been made (if any?) towards setting up the Linux instance to have a maximized number of read-only memory segments that are able to be defined as shared (in VM's

Subtracting TOD-CLOCK values to get duration.

2007-09-03 Thread Ludmila Koganer
Hi, I need to subtract two TOD times to find elapsed time. Currently I convert the two TOD times with STCKCONV and determine the elaped time individually, and then compute the difference. This works. However I thought I could optimize the conversion, a little bit and I was wondering why not

DASD wont go offline.

2007-09-03 Thread FRASER, Brian
I have a DASD volume that refuses to go offline. D U,,,1301,1 gives me this IEE457I 09.28.16 UNIT STATUS 321 UNIT TYPE STATUSVOLSER VOLSTATE 1301 3390 A-PND PB$B52 PRIV/RSDNT And D U,,ALLOC,1301,1 gives me this IEE106I 09.27.23 UNITS

Re: Subtracting TOD-CLOCK values to get duration.

2007-09-03 Thread (IBM Mainframe Discussion List)
In a message dated 9/3/2007 6:38:18 P.M. Central Daylight Time, [EMAIL PROTECTED] writes: As I understand TOD time is the number of mic seconds elapsed since midnight of 1900-01-01. Partially correct. Bit 51 of the 64-bit TOD clock is the number of microseconds since... etc. But

Re: Subtracting TOD-CLOCK values to get duration.

2007-09-03 Thread David Day
Ludmila, Bit 51 in the TOD clock is the microsecond bit. Everything to the right of that is something less than a microsecond. If you have 64 bit register capability, just load one register with a TOD value, then another with the other TOD, and subtract to get the difference. You can

Re: DASD wont go offline.

2007-09-03 Thread Shane Ginnane
This comes up all the time - hit the archives mate. Depending on what used to be on the volume, you may be stuck until IPL. Shane ... -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Re: DASD wont go offline.

2007-09-03 Thread FRASER, Brian
Yeah, looks like it's stuck until next IPL. Thanks anyway. Depending on what used to be on the volume, you may be stuck until IPL. --- This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its

Re: DASD wont go offline.

2007-09-03 Thread Doc Farmer
I hate to be simplistic, but the words OFF SWITCH spring immediately to mind... -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the

Secure Delete for OMVS files

2007-09-03 Thread Mark Jacobs
Is there a command or program available to erase the data in a file that resides in an HFS or ZFS filing system prior to its deletion? Our security officer asked me and I wasn't able to find something on my own. Mark Jacobs Time Customer Service Tampa, FL

Re: Free Up Unowned CSA/ECSA

2007-09-03 Thread Joel C. Ewing
Maybe I'm missing something here, but isn't it highly dangerous to assume just because CSA/ECSA is unowned that it is also unused and not referenced by some address pointer somewhere? If you can determine the application that stranded the storage and know 100% that it should have freed the

Re: Free Up Unowned CSA/ECSA

2007-09-03 Thread Ted MacNEIL
Maybe I'm missing something here, but isn't it highly dangerous to assume just because CSA/ECSA is unowned that it is also unused and not referenced by some address pointer somewhere? YES (or NO)! DO NOT free it, unless you are the next coming of Christ, and you know! I have been there! Don't

Re: Free Up Unowned CSA/ECSA

2007-09-03 Thread Roberto Halais
Please heed Ted's words. DO NOT free it! It cost me an IPL at 10am on a week day. On 9/3/07, Ted MacNEIL [EMAIL PROTECTED] wrote: Maybe I'm missing something here, but isn't it highly dangerous to assume just because CSA/ECSA is unowned that it is also unused and not referenced by some

Re: DASD wont go offline.

2007-09-03 Thread Pommier, Rex R.
If you want to shut the entire array down which typically would pull the rug out from underneath z/OS. Not a good idea... Rex -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Doc Farmer Sent: Monday, September 03, 2007 7:17 PM To:

Re: DASD wont go offline.

2007-09-03 Thread Doc Farmer
Agreed, unless you shut down z/OS first, then powered off the array and performed a cold-start. After that, you could power the array back up and vary the drive(s) online, couldn't you? Granted, it's been a few (hundred) years since I've been a console operator, but I do remember in the olden

Re: Free Up Unowned CSA/ECSA

2007-09-03 Thread John S. Giltner, Jr.
Ted MacNEIL wrote: Maybe I'm missing something here, but isn't it highly dangerous to assume just because CSA/ECSA is unowned that it is also unused and not referenced by some address pointer somewhere? YES (or NO)! DO NOT free it, unless you are the next coming of Christ, and you know! I

Re: DASD wont go offline.

2007-09-03 Thread Ed Finnell
In a message dated 9/3/2007 7:17:05 P.M. Central Daylight Time, [EMAIL PROTECTED] writes: hate to be simplistic, but the words OFF SWITCH spring immediately to mind... Yeah, just go pull it out of it's berth and see what screams? Pfft ** Get a

Re: DASD wont go offline.

2007-09-03 Thread FRASER, Brian
Yeah, just go pull it out of it's berth and see what screams? Pfft It would probably be the Ops Manager that screams first, quickly followed by my manager and finally my Mrs when I tell her that I'm no longer employed and will be at home to annoy her every day. :-)

Re: Stand-Alone Dump Process

2007-09-03 Thread Bruce Hewson
Hi Guys, in the Archives is a thread containing responses from Greg Dyck regarding this topic. Subject: Stand Alone Dump Sysplex Method B see: http://bama.ua.edu/cgi-bin/wa?A2=ind0101L=ibm-mainP=R40691 He explains about auto-store status for Stand Alone Dumps. Regards Bruce Hewson

Re: DASD wont go offline.

2007-09-03 Thread Bruce Hewson
Hello Brian, Why do you assume it is the Catalog Address Space that is allocated to the pack. Your display shows *MASTER* is allocated to the pack. (or is this my ignorance... *MASTER* is not CATALOG). Bring the pack back online.V 1301,online.to remove the PENDING offline status. While