EDC4052

2011-05-16 Thread Michael Klaeschen
Hello, today I tried linking a successfully compiled C++ program but got message EDC4052 from cataloged procedure SYS1.PROCLIB(CBCL) in PLKED.SYSPRINT DD. Searching IBM Bookmanager for this message did not show even one result. Searching google gave a hint to PQ68700. But when following this

Re: Really obscure STP/HMC question

2011-05-16 Thread Andrew Armstrong
Mark, I went with a pair of Symmetricom S200 time servers. There are a few other good vendors out there but support in Australia was an important criterion for us. I've emailed more detail direct to you, but in short it was a cookbook solution straight out of the STP implementation redbook.

ISP@MSTR

2011-05-16 Thread jagadishan perumal
Hi, Recently a new z/os version was initialized in our shop. Now i am trying to bring the MQ options in our admin panel or ispf using CPAC.ISPPLIB, but there is no luck as of now. The version of z/os is V1R12 and i tried searching the MQ installation guide to include the MQ operator panel options

Re: Aw: Re: non-module-PDS and VLF

2011-05-16 Thread Vernooij, CP - SPLXM
Yes, for a very long time already and with a special construction and purpose: We have several libraries in ISPLLIB, which cannot be LLA'ed and VLF'ed for different reasons. The consequence is, that all loadmodule searches for ISPF modules must go through the directories of those libraries, before

Re: Mainframe Teaching Assignment

2011-05-16 Thread Mark Regan
  Thanks, I suggest that you use Linkedin www.linkedin.com.   Thanks, Mark Regan From: Quasar Chunawala quasar.chunawa...@gmail.com To: IBM-MAIN@bama.ua.edu Sent: Saturday, May 14, 2011 2:01 AM Subject: Mainframe Teaching Assignment Hello, I am a COBOL

Re: ISP@MSTR

2011-05-16 Thread Lizette Koehler
Hi, Recently a new z/os version was initialized in our shop. Now i am trying to bring the MQ options in our admin panel or ispf using CPAC.ISPPLIB, but there is no luck as of now. The version of z/os is V1R12 and i tried searching the MQ installation guide to include the MQ operator panel

Re: EDC4052

2011-05-16 Thread Bob Shannon
EDC4052W Module name 1 chosen for generated IMPORT control statements. Explanation: The prelinker has assigned the default name TEMPNAME to the module in the Definition Side-Deck.

Tape Processing DOWN! Help!

2011-05-16 Thread Daniel McLaughlin
Trying to move a user catalog related to DR. Export went fine, import for this and a couple of VOLCATS keep dying. We're stumped. Out of date system, don't ask, please. Seeing this: IDCAMS SYSTEM SERVICES TIME: 07:26:47

Subtasks during cancel

2011-05-16 Thread Peter Relson
I am in a sub-tasking environment and I am using specific tasks to do I/O. For the most part this is working well but when I cancel the address space the system shuts down these I/O tasks and my ESTAE routine needs them. Does anyone have a way to keep the system from shutting down the subtasks

Re: Tape Processing DOWN! Help!

2011-05-16 Thread Lizette Koehler
There are a couple of hits on Google. They are old but may help. One was: OA23588: MOVE OF CATALOG NOT REFLECTED ON SECOND SYSTEMS W/ SHARED MCAT Before catalog move, close catalogs on secondary systems and follow processes listed in Managing Catalogs chapter 4 regarding Moving A Catalog to a

Re: Tape Processing DOWN! Help!

2011-05-16 Thread Daniel McLaughlin
Trying. import connect. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

Re: Tape Processing DOWN! Help!

2011-05-16 Thread Mark Zelden
On Mon, 16 May 2011 06:31:38 -0500, Daniel McLaughlin daniel_mclaugh...@us.crawco.com wrote: Trying to move a user catalog related to DR. Export went fine, import for this and a couple of VOLCATS keep dying. We're stumped. Out of date system, don't ask, please. Seeing this: IDCAMS SYSTEM

Re: ISP@MSTR

2011-05-16 Thread Mary Anne Matyaz
Jags, Modify ISP@MSTR at the line: ZSEL = TRANS ( TRUNC (ZCMD,'.') to add the following line: M,'CMD(%MQSTART)' Create rexx MQSTART in a searchable sysproc library: /*rexx */ address ISPEXEC LIBDEF ISPPLIB DATASET ID('SYS1.SCSQPNLE') LIBDEF ISPTLIB DATASET ID('SYS1.SCSQTBLE') LIBDEF

Re: Tape Processing DOWN! Help!

2011-05-16 Thread Daniel McLaughlin
Update. Export/disconnect/delete/define/restore(import)/diagnose starting with the DR user catalog, then VGENERAL/V2. All serene so far. Thanks to all the inputs...all nighters cloud one's thinking. -- For IBM-MAIN subscribe /

Re: Aw: Re: non-module-PDS and VLF

2011-05-16 Thread Shmuel Metz (Seymour J.)
In 105438.15379...@web161401.mail.bf1.yahoo.com, on 05/15/2011 at 09:47 PM, Ed Gould ps2...@yahoo.com said: People write in whole complete sentences for a complete thought to be conveyed. Some people do, sometimes. Some people sometimes write perfectly understandable sentence fragments.

Re: Aw: Re: non-module-PDS and VLF

2011-05-16 Thread Shmuel Metz (Seymour J.)
In 009f01cc1355$5b8989b0$129c9d10$@hawkins1...@sbcglobal.net, on 05/15/2011 at 04:11 PM, Ron Hawkins ron.hawkins1...@sbcglobal.net said: One could complain that there are some on the list that reply frequently, but don't actually add anything of value to the subject when they do. Or that add

Re: Under z/OS Unix

2011-05-16 Thread Shmuel Metz (Seymour J.)
In listserv%201105151611482534.0...@bama.ua.edu, on 05/15/2011 at 04:11 PM, Paul Gilmartin paulgboul...@aim.com said: certainly not in an interactive shell I'm not sure what you mean by an interactive shell, nor why you would describe Rexx as being one, but there is nothing in Rexx that

Re: Subtasks during cancel

2011-05-16 Thread Shmuel Metz (Seymour J.)
In aksts6dmre9158t1gt023255fsm0liu...@4ax.com, on 05/15/2011 at 12:25 AM, Binyamin Dissen bdis...@dissensoftware.com said: But the better solution is to have a MODIFY command to shut down your system. Or STOP. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: ISP@MSTR

2011-05-16 Thread jagadishan perumal
Mary, Thanks a lot for your reply. Regards, Jags On Mon, May 16, 2011 at 6:46 PM, Mary Anne Matyaz maryanne4...@gmail.comwrote: Jags, Modify ISP@MSTR at the line: ZSEL = TRANS ( TRUNC (ZCMD,'.') to add the following line: M,'CMD(%MQSTART)' Create rexx MQSTART in a searchable

Not able to ftp

2011-05-16 Thread jagadishan perumal
Hi, The issue is resolved. Thanks to all for the valuable suggestion. Regards, Jags -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO

Re: Not able to ftp

2011-05-16 Thread Lizette Koehler
Hi, The issue is resolved. Thanks to all for the valuable suggestion. Regards, Jags When an issue is resolved, could you post what was done? That way someone researching the archives would have a place to see what was done to correct a situation? Lizette

EAV migration assistance tracker

2011-05-16 Thread Markus Haselbach
Hello, I try to use the tracking facility to support the migration to the large disk with z/OS 1.12 RSU1103. I get a lot of output, mostly IBM programs, what I think ist not very reasonable. It looks like: CNZ1001I 11.02.24 TRACKING DISPLA STATUS=ON NUM=1000 MAX=1000 MEM=12

IRRSEQ00 x Top Secret

2011-05-16 Thread Jose Adauto Ribeiro
Hi, Anyone know if the API IRRSEQ00 (using ADMN_RUN_COMD) works in an environment with Top Secret? Thanks in advance. José ADAUTO Ribeiro -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Running z/OS On Your Laptop

2011-05-16 Thread Eric Bielefeld
I think there was a discussion about running z/OS on your laptop or other PC recently. There is an IBM 2 day workshop on that topic coming up on June 28. Unfortuneatly, it's in Melbourne, Australia. Shane - maybe you're interested. The link is:

BPXPRMxx and FORKCOPY

2011-05-16 Thread Mark Jacobs
In the documentation for the FORKCOPY option in BPXPRMxx it says; If the runtime library is in the link pack area, specify FORKCOPY(COPY). If the runtime library is not in the link pack area, specify FORKCOPY(COW). Which runtime library is it referring to? -- Mark Jacobs Time Customer Service

Re: IRRSEQ00 x Top Secret

2011-05-16 Thread Rob Schramm
Doing the most cursory search .. the following doc would appear to indicate support for it... just do a find r_admin in the pdf. ftp://ftp.ca.com/caproducts/ldap/docs/ldapv3/eTrust_LDAP_Server_Release_Summary_30.pdf Rob Schramm Senior Systems Consultant Imperium Group LLC On Mon, May 16,

ISPF Help panel help

2011-05-16 Thread Hansen, Dave L - Eagan, MN
Group, We are running z/OS V1R10 (z/OS V1R12). I have been looking through the ISPF Dialog Developer's Guide and Reference and I am having a problem with my help panel. My Primary panel has ZPRIM=YES and .HELP=SSBVPSH. From my primary panel I enter PF1 and I get my help panel. My panel

Re: ISPF Help panel help

2011-05-16 Thread Dave Salt
You only need a ZSEL statement if your help panel has options to go to other help panels. For example, if your HELP panel has something like the following then you need a ZSEL statement to determine which help panel to display when option 1 or 2 is selected: Select one of the following options

Re: Under z/OS Unix

2011-05-16 Thread Scott Rowe
On Mon, May 16, 2011 at 1:17 PM, Paul Gilmartin paulgboul...@aim.comwrote: On Mon, 16 May 2011 08:42:32 -0400, Shmuel Metz (Seymour J.) wrote: In listserv%201105151611482534.0...@bama.ua.edu, on 05/15/2011 at 04:11 PM, Paul Gilmartin said: certainly not in an interactive shell I'm

Re: Under z/OS Unix

2011-05-16 Thread Paul Gilmartin
On Mon, 16 May 2011 08:42:32 -0400, Shmuel Metz (Seymour J.) wrote: In listserv%201105151611482534.0...@bama.ua.edu, on 05/15/2011 at 04:11 PM, Paul Gilmartin said: certainly not in an interactive shell I'm not sure what you mean by an interactive shell, nor why you would describe Rexx as

Regarding Hot or Warm start of Jes3

2011-05-16 Thread sunil mirchandani
Hello Team, I have added a new Proclib concatenation in JES3 Proc on two systems Lpara(Global) and Lparb (local), both are test systems with minimal usage Any one help me to identify which option shall i use while replying so that the new proclib change comes in effect. nn IAT3011 SPECIFY

Re: IRRSEQ00 x Top Secret

2011-05-16 Thread Scott Ford
It works fine, we use it all the time. Our products tun on RACF,ACF2 and TSS and all use IRRSEQ00...   Scott J Ford   From: Rob Schramm rob.schr...@gmail.com To: IBM-MAIN@bama.ua.edu Sent: Mon, May 16, 2011 11:36:10 AM Subject: Re: IRRSEQ00 x Top Secret

Re: Under z/OS Unix

2011-05-16 Thread Scott Ford
Paul, I agree that Rexx is Language, scripting or otherwise, you can compile it or interpret it and with Object rexx , its Object oriented..   Scott J Ford   From: Paul Gilmartin paulgboul...@aim.com To: IBM-MAIN@bama.ua.edu Sent: Mon, May 16, 2011 1:17:37 PM

Re: Is FDRTSEL abnormally slow?

2011-05-16 Thread Neil Duffee
Anecdotally, I find my monthly run (Copy1-2) processes approx. 1,000 to 1,100 backup files in a 24 hour period. The quarterly run (ArcEdit Copy1-12) that processes 6 months of files - at about the same rate - can last 5-7 business days (it stops overnight to free the 3 drives). z9BC-Q02 with

Re: Is FDRTSEL abnormally slow?

2011-05-16 Thread Scott Rowe
My experience with FDRTSEL has always been good. I suspect that the OP's trouble could be if he has 3590's with ESCON attachment, the ESCON ports on the 3590-A60 controllers had abysmal performance. On Mon, May 16, 2011 at 2:12 PM, Neil Duffee nduf...@uottawa.ca wrote: Anecdotally, I find my

Re: IRRSEQ00 x Top Secret

2011-05-16 Thread Jose Adauto Ribeiro
Thanks everyone, specially Scott Ford and Rob Schramm. This information is very helpfull. José ADAUTO Ribeiro Em 16/05/2011 15:29, Scott Ford scott_j_f...@yahoo.com escreveu: It works fine, we use it all the time. Our products tun on RACF,ACF2 and TSS and all use IRRSEQ00... Scott J

Re: ISP@MSTR

2011-05-16 Thread Gibney, Dave
Google search ...dynamic ISPF pinnacle... or look at www.cbttape.org Dave Gibney Information Technology Services Washington State University -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of jagadishan perumal Sent: Monday, May 16,

Re: Running z/OS On Your Laptop

2011-05-16 Thread Wayne Bickerdike
They are charging $2200 for a two day workshop! On Tue, May 17, 2011 at 1:17 AM, Eric Bielefeld eric-ibmm...@wi.rr.com wrote: I think there was a discussion about running z/OS on your laptop or other PC recently.  There is an IBM 2 day workshop on that topic coming up on June 28.  

Re: Running z/OS On Your Laptop

2011-05-16 Thread Paul Gilmartin
On Tue, 17 May 2011 06:04:43 +1000, Wayne Bickerdike wrote: They are charging $2200 for a two day workshop! That's a fraction of what z/OS costs otherwise. Do participants get to keep it?  http://www.redbooks.ibm.com/workshops/GR0422?Open -- gil

Re: Running z/OS On Your Laptop

2011-05-16 Thread Mike Schwab
http://www.p390.com/pdf/zPDTPricingSheet120209.pdf is the prices for the hardware, dongle, and software discs. http://dtsc.dfw.ibm.com/MVSDS/'HTTPD2.ADCD.GLOBAL.HTML(READM11S)' AC/DC annual updates. On Mon, May 16, 2011 at 3:04 PM, Wayne Bickerdike wayn...@gmail.com wrote: They are charging

Re: Running z/OS On Your Laptop

2011-05-16 Thread Steve Comstock
On 5/16/2011 2:04 PM, Wayne Bickerdike wrote: They are charging $2200 for a two day workshop! That's Australian dollars, though. About USD 2077. Per person. Yup, a little pricey. If we had such a course, we would charge around USD 500 per person, maybe a little more. _But_, we don't have such

Re: Running z/OS On Your Laptop

2011-05-16 Thread Steve Comstock
On 5/16/2011 2:11 PM, Paul Gilmartin wrote: On Tue, 17 May 2011 06:04:43 +1000, Wayne Bickerdike wrote: They are charging $2200 for a two day workshop! That's a fraction of what z/OS costs otherwise. Do participants get to keep it? http://www.redbooks.ibm.com/workshops/GR0422?Open --

Re: Running z/OS On Your Laptop

2011-05-16 Thread Field, Alan C.
More like $US2330. The AUD is worth more than the USD now (www.xe.com). -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Steve Comstock Sent: Monday, May 16, 2011 15:25 To: IBM-MAIN@bama.ua.edu Subject: Re: Running z/OS On Your Laptop On

Re: Running z/OS On Your Laptop

2011-05-16 Thread Steve Comstock
On 5/16/2011 2:30 PM, Field, Alan C. wrote: More like $US2330. The AUD is worth more than the USD now (www.xe.com). Ah, yes, you're right. I was using http://finance.yahoo.com/currency-converter but worked in the wrong direction. Just like our illustrious leaders wanted, I'm sure. :-)

Re: Running z/OS On Your Laptop

2011-05-16 Thread Ron Hawkins
Steve, I think you need to update your exchange rates. AUD$2200 is around US$2328. Ron On 5/16/2011 2:04 PM, Wayne Bickerdike wrote: They are charging $2200 for a two day workshop! That's Australian dollars, though. About USD 2077. Per person. Yup, a little pricey. If we had such a

Re: Running z/OS On Your Laptop

2011-05-16 Thread Shane Ginnane
LOL - I don't think so. Would take a lot more than that is offering to convince me to fork out my hard earned to go to Melbourne at this time of year. Shane ... On Tue, May 17th, 2011 at 1:17 AM, Eric Bielefeld wrote: I think there was a discussion about running z/OS on your laptop or other

Re: Running z/OS On Your Laptop

2011-05-16 Thread Wayne Bickerdike
It doesn't look like you come away with much at all: Day 1 : is a very detailed lecture (and demonstrations) of zPDT and a little z/OS. No student RDzUT or tokens or disks are involved. If students have a laptop with (1) wireless connection and (2) a 3270 emulator, they may connect to my zPDT

Re: Running z/OS On Your Laptop

2011-05-16 Thread Dan Skomsky, PSTI
I know it isn't perfect, but Hercules with MVS 3.8J doesn't look too bad when you consider the cost, free. The combo runs just fine on a laptop even using MS VPC 2K7 to hold the Hercules guest O/S. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On

Move multivol zFS

2011-05-16 Thread Gibney, Dave
I'm trying to move a 9 volume (mod3) zFS container. It's the NTS I pulled my 1.12 servpac down into. COPY ADMIN - DATASET(INCLUDE( - OMVS.SMPNTS.ZOS112 - ) - EXCLUDE( -

Re: Move multivol zFS

2011-05-16 Thread John McKown
If on SMS volumes, try the MAKEMULTI keyword on the control statement. On May 16, 2011 6:20 PM, Gibney, Dave gib...@wsu.edu wrote: I'm trying to move a 9 volume (mod3) zFS container. It's the NTS I pulled my 1.12 servpac down into. COPY ADMIN - DATASET(INCLUDE( - OMVS.SMPNTS.ZOS112 - ) -

Re: Running z/OS On Your Laptop

2011-05-16 Thread Paul Gilmartin
On Mon, 16 May 2011 18:12:18 -0500, Dan Skomsky, PSTI wrote: I know it isn't perfect, but Hercules with MVS 3.8J doesn't look too bad when you consider the cost, free. The combo runs just fine on a laptop even using MS VPC 2K7 to hold the Hercules guest O/S. A few unanswerable questions: How

Re: Running z/OS On Your Laptop

2011-05-16 Thread Ted MacNEIL
Is IBM motivated to retain its mainframe customers on z/OS? I used to believe they were! Now? - Ted MacNEIL eamacn...@yahoo.ca Twitter: @TedMacNEIL -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: Move multivol zFS

2011-05-16 Thread Gibney, Dave
No dice, nor do variations of the VOLCOUNT keyword help. It's weird. The job pokes (allocates a temp dsn) over 700 time seemingly random over my SMS pool (and not just in ZOSZFS store group). Then it quits. And I am an idiot. I was transposing columns in the ISMF panel. I only have 6 free

Re: BPXPRMxx and FORKCOPY

2011-05-16 Thread John McKown
Don't know for certain, but I'd lay odds that it is the LE libraries. Most UNIX commands are written in C. Which requires LE to run. On Mon, 2011-05-16 at 11:33 -0400, Mark Jacobs wrote: In the documentation for the FORKCOPY option in BPXPRMxx it says; If the runtime library is in the link

Re: Running z/OS On Your Laptop

2011-05-16 Thread Dan Skomsky, PSTI
It is obvious IBM has a different direction they are pursuing. I have been re-hosting CICS applications onto Windows platforms for over ten years. From what I have seen, all the smaller accounts have been converted with only the Big Boys left. But even they are wavering today. It is only a

Re: Running z/OS On Your Laptop

2011-05-16 Thread John McKown
On Mon, 2011-05-16 at 18:33 -0500, Paul Gilmartin wrote: On Mon, 16 May 2011 18:12:18 -0500, Dan Skomsky, PSTI wrote: I know it isn't perfect, but Hercules with MVS 3.8J doesn't look too bad when you consider the cost, free. The combo runs just fine on a laptop even using MS VPC 2K7 to hold

Re: EAV migration assistance tracker

2011-05-16 Thread Russell Witt
Markus, Hate to ask the simple question; have you downloaded the current exception list and made sure that was active prior to the report command? I do not believe the default member in SYS1.PARMLIB is very current; and IBM suggests you download the current exception list and use that first.

Re: Running z/OS On Your Laptop

2011-05-16 Thread Tony Harminc
On 16 May 2011 20:03, John McKown joa...@swbell.net wrote: Oh, well, personally, I like the ARM architecture. But it is very fragmented right now. I have an architecture book on ARM v6. And much of it has the note of IMPLEMENTATION DEFINED on things which are not specifically mandated. I

Re: Running z/OS On Your Laptop

2011-05-16 Thread Anne Lynn Wheeler
poodles...@sbcglobal.net (Dan Skomsky, PSTI) writes: It is obvious IBM has a different direction they are pursuing. I have been re-hosting CICS applications onto Windows platforms for over ten years. From what I have seen, all the smaller accounts have been converted with only the Big Boys

Re: Copying tapes with 256K blocksizes

2011-05-16 Thread Fred Schmidt
On Thu, 12 May 2011 19:34:57 +, Linda Mooney linda.lst...@comcast.net wrote: Hi Fred, Do you have OSDITTO? Hi Linda. No. We don't have DITTO either. Cheers, Fred -- For IBM-MAIN subscribe / signoff / archive access

Re: Copying tapes with 256K blocksizes

2011-05-16 Thread Fred Schmidt
On Thu, 12 May 2011 14:21:15 -0500, Rick Fochtman rfocht...@ync.net wrote: ---snip--- Does the name TAPE appear in your device name table? You also need a DD statement that refers to each tape volume; IEHMOVE will modify it and use

Re: Not able to ftp

2011-05-16 Thread jagadishan perumal
Hi, The OMVS path : /usr/lib was missing. I just did a restore from the OMVS back up tapes. Regards, Jags On Mon, May 16, 2011 at 8:19 PM, Lizette Koehler stars...@mindspring.comwrote: Hi, The issue is resolved. Thanks to all for the valuable suggestion. Regards, Jags When

Re: ISP@MSTR

2011-05-16 Thread jagadishan perumal
Hi Dave, Thanks for directing me to CBTTAPE. On Tue, May 17, 2011 at 12:57 AM, Gibney, Dave gib...@wsu.edu wrote: Google search ...dynamic ISPF pinnacle... or look at www.cbttape.org Dave Gibney Information Technology Services Washington State University -Original Message-

Re: Under z/OS Unix

2011-05-16 Thread Hunkeler Peter (KIUP 4)
The Unix syntax is the same whether the commands come from a Telnet session or from the TSO OMVS command. Syntax: Yes Terminal (not command) behaviour: No -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access