Do the Name/Token Pair callable services need R13 to point to save area?

2016-12-21 Thread Peter Hunkeler
I'm thinking of using a Name/Token pair to keep the address of "my" storage area, and X'00' to mean I first need to obtain the storage. This is in RENT code. When I get control, R13 points to a save area, which my code will use, but I do not yet have storage for another save area before

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Cannaerts, Jan
To drag this back to something closer to the list's topic; Our visitor's ramblings remind me of Terry A. Davis, creator of TempleOS. Brilliant mind, he wrote a (text based, but *very* feature rich) OS from scratch. The OS features a JIT compiler for his C clone which he calls "HolyC". The OS

Re: Zfs root filesystem

2016-12-21 Thread Peter Hunkeler
>On 2016-12-21 15:39, Steve Smith wrote: > Or leave off the -r. The subject sais "root file system" not "root directoy", so I assume the OP wants to compare everything, i.e. the compare needs to dive into subdirectories, but stop at the files system boundary not traversing mount points.

Re: RIP Richard Peurifoy

2016-12-21 Thread Mike Schwab
At least it wasn't 867-5309. On Wed, Dec 21, 2016 at 6:40 PM, Edward Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > I went to obituaries.com and this is all that's posted so far. > http://obits.dignitymemorial.com/dignity-memorial/obituary.aspx?n=Richard-Pe >

AW: Re: Using the Binder to hook into an LE runtime module.

2016-12-21 Thread Peter Hunkeler
>There is an LE User Handle Function that should allow you to insert what you want to do. Not sure exactl what function you mean, but I doubt LE is offering an official way to do what I need. Can you tell me more about that function? I'd like to read it up. >Otherwise, this seems to be a

Re: Rexx/CICS format file pool - return code -4

2016-12-21 Thread Bruce Hewson
Hello Mike, "L CICS" from VTAM terminal gains you access to CICS. CESN is/was the TRANSACTION to use to LOGON to the CICS region, i.e. establish a valid security entity. Regards Bruce On Wed, 21 Dec 2016 10:14:50 -0500, Mike Stramba wrote: >Greetings all, > >System :

Re: Addressing Question

2016-12-21 Thread Sam Siegel
Look at the load library directory listing for the calling module in question. It may show up as amode 24 and rmode 24. On Dec 21, 2016 5:17 PM, "scott Ford" wrote: > Sam: > > CBL option is nodyn and statically linked .. > Our CBL options are : > > CBL

Re: Addressing Question

2016-12-21 Thread scott Ford
Sam: CBL option is nodyn and statically linked .. Our CBL options are : CBL NOC(E),FLAG(W),DATA(31),NODYN,RES,RENT,MAP,SSR CBL NOZWB,NUM,NOTERM,NOVBREF,X,APOST,LIB,LIST Regards, Scott On Wed, Dec 21, 2016 at 6:38 PM, Sam Siegel wrote: > Scott - Is any data passed via

Re: Zfs root filesystem

2016-12-21 Thread Paul Gilmartin
On 2016-12-21 15:39, Steve Smith wrote: > Or leave off the -r. > Assuming a single-level root. > On Wed, Dec 21, 2016 at 1:36 PM, John McKown > wrote: > >> On Wed, Dec 21, 2016 at 12:26 PM, Allan Staller >> wrote: >> >>> You will need to

Re: RIP Richard Peurifoy

2016-12-21 Thread Edward Finnell
I went to obituaries.com and this is all that's posted so far. http://obits.dignitymemorial.com/dignity-memorial/obituary.aspx?n=Richard-Pe urifoy=4540=183142382=7215651 He was certainly nice to us on our visit in late eighties. Guess the thrust was sizing and capacity planning. Their first

Re: listing User Cats [was: Catalog]

2016-12-21 Thread Neil Duffee
Caveat: as a daily digestor, list replies are implicitly delayed... We have this step in our weekly job as a source to generate Diagnose & Examine commands. It doesn't rely on knowing what the Master Cat is. If you want a list from a different catalogue, append an explicit CATALOG() option.

Re: Addressing Question

2016-12-21 Thread Sam Siegel
Scott - Is any data passed via linkage? Are the programs dynamically loaded and dynamically called? Or are they statically linked and called? Sam On Wed, Dec 21, 2016 at 3:34 PM, scott Ford wrote: > Sam, > > I see what you saying, the program's being called are

Re: Addressing Question

2016-12-21 Thread scott Ford
Sam, I see what you saying, the program's being called are self-contained..they execute perform data extract functions , close the file and return Scott On Wednesday, December 21, 2016, Sam Siegel wrote: > I think that the AMODE(24) is of more concern. Depending on how

Re: Addressing Question

2016-12-21 Thread Sam Siegel
I think that the AMODE(24) is of more concern. Depending on how they are invoked and/or how the entry/exit logic works, they may only be using 24-bit addresses. This would be a problem if a buffer was passed to them with a valid 31-bit address. On Wed, Dec 21, 2016 at 2:15 PM, scott Ford

Re: COBOL inline CPU timer

2016-12-21 Thread Greg Dyck
On 12/21/2016 2:59 PM, Charles Mills wrote: When does ECTG come along? I've got high-level notes on the various z architecture levels but the "extract-CPU-time facility" is not in my notes. For those who still remember S360 architecture ;-), it is a recent addition. z9-109, circa September

Re: Zfs root filesystem

2016-12-21 Thread Steve Smith
Or leave off the -r. sas On Wed, Dec 21, 2016 at 1:36 PM, John McKown wrote: > On Wed, Dec 21, 2016 at 12:26 PM, Allan Staller > wrote: > > > You will need to mount the 2nd root somewhere available to the first > root. > > > > Then diff -

Re: IEBGENER SYSIN Comments?

2016-12-21 Thread Steve Smith
You could look at running SORT FIELDS=COPY. SORT allows comments, and it should copy the input DCB info to SORTOUT if needed. And if the file happens to be large, it will likely outperform IEBGENER (assuming it's not actually ICEGENER, which is SORT in disguise). SORT, of course, will gurgitate

Re: RIP Richard Peurifoy

2016-12-21 Thread scott Ford
Amen Jamesthere isnt a more fitting obit. Regards, Scott On Wed, Dec 21, 2016 at 3:03 PM, Lund James E wrote: > The mainframe community lost another one of its kind recently. Richard > Peurifoy, a keystone in mainframe support at Texas A University, as well > as a

Addressing Question

2016-12-21 Thread scott Ford
All: I have a dumb question ...we have a STC running AMODE(31) RMODE(ANY) and written in LE Cobol 4.2 we also run DATA(31) , my question is we call several sub programs which are AMODE(24) and RMODE(24) and they work and have been working for a long time. Several of these Assembler programs are

Re: COBOL inline CPU timer

2016-12-21 Thread Charles Mills
When does ECTG come along? I've got high-level notes on the various z architecture levels but the "extract-CPU-time facility" is not in my notes. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Greg Dyck Sent: Wednesday,

Re: RIP Richard Peurifoy

2016-12-21 Thread Lund James E
Steve, I don't know. I'm not sure he graduated from A I'm sure his family will follow up. James -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Sent: Wednesday, December 21, 2016 2:14 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: RIP Richard Peurifoy

2016-12-21 Thread Steve
Are they going to do Silver Taps for him? Steve Beaver This electronic mail (including any attachments) may contain information that is privileged, confidential, and/or otherwise protected from disclosure to

RIP Richard Peurifoy

2016-12-21 Thread Lund James E
The mainframe community lost another one of its kind recently. Richard Peurifoy, a keystone in mainframe support at Texas A University, as well as a frequent contributor to IBM-MAIN, lost his battle with cancer last Sunday. He will be sorely missed by all who know him. It has been said of him:

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Steve Beaver
When they closed the looney bins they found the internet Steve -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Wednesday, December 21, 2016 1:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Jerk dropped from IBM-MAIN at

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Burrell, Todd
Nice to know about that police record since I live in Florida :-) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jim Carpenter Sent: Wednesday, December 21, 2016 2:46 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Jerk dropped from

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Jim Carpenter
On Wed, Dec 21, 2016 at 2:12 PM, John McKown wrote: > On Wed, Dec 21, 2016 at 1:06 PM, Evans-Young, Darren wrote: > >> Don't worry. He'll be back >> >> > Yes. I really don't understand why people do this. I have very strong > religious beliefs.

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread R.S.
W dniu 2016-12-21 o 20:06, Evans-Young, Darren pisze: Don't worry. He'll be back He needn't to. All responders to his message and this thread (including me) make enough noise. -- Radoslaw Skorupka Lodz, Poland --- Tre tej wiadomoci moe zawiera informacje prawnie chronione

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Evans-Young, Darren
Understand this guy has nothing to do with IBM Mainframes. He subscribes to public lists and then spouts his crap. He does not care about the list topic. He had only subscribed that morning before sending out his email. He was subscribed under 4 different emails. I had to do some extensive

Re: Catalog

2016-12-21 Thread Jesse 1 Robinson
I ran several test jobs before my previous post. PROF NOPREFIX was not necessary. Run with PGM=IDCAMS, not IKJEFTxx. . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW

Re: Using Extended Format as default

2016-12-21 Thread Jousma, David
Sorry all, I mis-read the original statement as still talking about GDGe's. _ Dave Jousma Manager Mainframe Engineering, Assistant Vice President david.jou...@53.com 1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Pommier, Rex
John, I agree completely. This isn't the forum for religious discussions or rants. If I may expand it, that also goes for political complaints or rants. There's already too much noise on the list. Rex -Original Message- From: IBM Mainframe Discussion List

Re: Using Extended Format as default

2016-12-21 Thread Jousma, David
There is currently an open APAR with GDGe causing catalog performance problems...here is a partial listing of the apar. OA50703 APAR Identifier .. OA50703 Last Changed 16/12/12 PERFORMANCE ISSUE WITH GFL REQUESTS THAT INCLUDE GDGS AT 2.2 Symptom .. PR PERFM

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread John McKown
On Wed, Dec 21, 2016 at 1:06 PM, Evans-Young, Darren wrote: > Don't worry. He'll be back > > ​Yes. I really don't understand why people do this. I have very strong religious beliefs. But this is not the place to discuss them. And, IMO, trying to do so only alienates people

Re: A Means To RECALL Migrated GDS' Based on a Block of Relative Gens

2016-12-21 Thread Lizette Koehler
Just as a side note - created on 15 Apr 2015 http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe_ID=69672 This RFE is to make converting to extended GDGs easier. Feel free to vote for it In z/OS 2.2, support is introduced for GDG's with more than 255 generations. However there's

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Evans-Young, Darren
Don't worry. He'll be back From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Art Gutowski [arthur.gutow...@gm.com] Sent: Wednesday, December 21, 2016 12:42 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [IBM-MAIN] Jerk dropped

Re: IEBGENER SYSIN Comments?

2016-12-21 Thread Roger Bolan
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.idau100/u1241.htm That page documents the standard format of the Utility control statements. On Wed, Dec 21, 2016 at 8:51 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 21 Dec 2016

Re: Catalog

2016-12-21 Thread Lizette Koehler
In a TSO Batch job if you use PROF NOPREFIX before the command(s) are entered, it will not append the TSO HLQ. At the end of the job enter PROF PREFIX(tsoid) This will turn it back to the way it was. Lizette > -Original Message- > From: IBM Mainframe Discussion List

Re: Jerk dropped from IBM-MAIN at last

2016-12-21 Thread Art Gutowski
On Mon, 19 Dec 2016 23:24:31 -0600, Elardus Engelbrecht wrote: >Good news! > >I have been informed that the jerk who posted junk on Sunday has been blocked. > >IBM-MAIN moderator also blocked four more other addresses too from IBM-MAIN. > >;-) Thank you, Darren

Re: Zfs root filesystem

2016-12-21 Thread John McKown
On Wed, Dec 21, 2016 at 12:26 PM, Allan Staller wrote: > You will need to mount the 2nd root somewhere available to the first root. > > Then diff - -r/ 2ndroot/ > > I might be off in the syntax for 2nd root. > > HTH, > I am fairly sure that one problem with the

Re: Rexx/CICS format file pool - return code -4

2016-12-21 Thread Wayne Bickerdike
You need security enabled for REXX/CICS to be functional. In addition to what Sri pointed to, when you enter REXX/CICS after the filepool is formatted, each user will have their individual RACF user associated with their library members in the RFS file system. So if you are not signed on, it's

Re: Zfs root filesystem

2016-12-21 Thread Allan Staller
You will need to mount the 2nd root somewhere available to the first root. Then diff - -r/ 2ndroot/ I might be off in the syntax for 2nd root. HTH, Is there any way to compare two root zfs file system and to check if they are identical or if any difference then what are those.

Re: Catalog

2016-12-21 Thread Jesse 1 Robinson
I recommend coding: LISTC UCAT Do this in a batch job because as a TSO command, your TSO prefix/userid will be assumed and you will get only user catalogs that begin with your userid. Probably none exist. As for naming conventions, we have at least three: 1. The vast majority of general

Zfs root filesystem

2016-12-21 Thread venkat kulkarni
Hello, Is there any way to compare two root zfs file system and to check if they are identical or if any difference then what are those. Regards -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Catalog

2016-12-21 Thread venkat kulkarni
Thanks alot for all help.. On Dec 21, 2016 14:22, "R.S." wrote: W dniu 2016-12-21 o 05:45, venkat kulkarni pisze: Hello Group, > > Is there any way to get list of user catalog connected to any particular > master catalog > LISTCAT CAT(CATALOG.MASTER.LLQ) look

Re: COBOL inline CPU timer

2016-12-21 Thread Greg Dyck
On 12/21/2016 10:46 AM, Paul Gilmartin wrote: How does ECTG do that? Is there information in control registers supporting it? Does it work likewise on systems other than z/OS, such as Linux? VM guests? The high level answer is that ECTG atomically fetches 8 bytes of storage from one

Re: [SURVEY] Who's using Java 8

2016-12-21 Thread Pommier, Rex
Going in next month along with z/OS 2.2. Rex -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Crayford Sent: Wednesday, December 21, 2016 9:18 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [SURVEY] Who's using Java 8 We're currently

Re: COBOL inline CPU timer

2016-12-21 Thread Paul Gilmartin
On Wed, 21 Dec 2016 10:20:42 -0600, Greg Dyck wrote: > >Use the assembler macro- > > TIMEUSED STORADR=xxx,ECT=YES > >This will call a *short* system routine (no PC, no SVC) which will use >the ECTG instruction to calculate the current CPU time consumed, >including CPU time consumed since the

Sysprog jobs in North Carolina

2016-12-21 Thread John Mattson
Just saw these two job postings. Wonder if the job description includes WASP. Good luck filling 'em. Systems Programmer Specialist North Carolina Administrative Office of the Courts - Raleigh, North Carolina, 27607 Senior Systems Programmer North Carolina Administrative Office of the Courts -

Re: COBOL inline CPU timer

2016-12-21 Thread Greg Dyck
On 12/20/2016 5:58 PM, Bill Woodger wrote: If there's some way to make it more "accurate" for what I want, I'd be pleased. Use the assembler macro- TIMEUSED STORADR=xxx,ECT=YES This will call a *short* system routine (no PC, no SVC) which will use the ECTG instruction to calculate the

Re: A Means To RECALL Migrated GDS' Based on a Block of Relative Gens

2016-12-21 Thread George, William@FTB
Mick, I was hoping there might be a sub-set of that in some manner where you could indicate a block of gens. But I knew even Santa could not bring me such a nifty command. With some 500+ GDGs that soon each will have a LIMIT of 255. I don't think bringing back, let's see... 500 * 245 (-10 as

Re: IEBGENER SYSIN Comments?

2016-12-21 Thread Paul Gilmartin
On Wed, 21 Dec 2016 08:26:14 -0700, Sri h Kolusu wrote: > >Seriously? That COLS line was for demonstration purposes to show that both >the Control cards and Comments are within the first 72 bytes. It is NOT >part of the control cards nor is it a comment. > I was hoping for a way to code a

Re: [SURVEY] Who's using Java 8

2016-12-21 Thread Nims,Alva John (Al)
I second Kees statement, in my prior job we seem to be constantly installing patches or making sure to go to the latest release of JAVA to make our security team happy! Al Nims Systems Admin/Programmer 3 UFIT University of Florida (352) 273-1298 -Original Message- From: IBM Mainframe

Re: Rexx/CICS format file pool - return code -4

2016-12-21 Thread Lizette Koehler
If you were not aware there is a CICS list that might be helpful as well. To join, if you have not done so, go to this URL: CICShttp://www.listserv.uga.edu/archives/cics-l.html Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Re: COBOL inline CPU timer

2016-12-21 Thread Charles Mills
> the most simply usable, value to store in the CVT is CPU time used minus TOD > clock value at time of dispatch Which does not currently exist, right? You are suggesting that IBM might add this? > perhaps not in time for Bill to read Or me to assimilate, obviously. Are we re-inventing the

Re: [SURVEY] Who's using Java 8

2016-12-21 Thread Vernooij, Kees (ITOPT1) - KLM
Java 8 (highest version) is more or less pushed here because of security leaks in lower versions. I am happy to be able to run the version required by Omegamon Tivoli, but not everybody will be that lucky. You'd better go for the highest version, and be prepared to keep up with coming

Re: Rexx/CICS format file pool - return code -4

2016-12-21 Thread Sri h Kolusu
Check this . Looks like you need to be authorized user to issue the command. http://www-01.ibm.com/support/docview.wss?uid=swg21039810 Thanks, Kolusu IBM Mainframe Discussion List wrote on 12/21/2016 08:14:50 AM: > From: Mike Stramba > To:

Re: IEBGENER SYSIN Comments?

2016-12-21 Thread Sri h Kolusu
>//SYSINDD * >+1+2+3+4+5+6+7+8 > > That fails with: IEB339I COMMAND MISSING PRECEDING COL.71 IEB345I CONTINUATION NOT STARTED IN 4-16 Paul, Seriously? That COLS line was for demonstration purposes to show that both the

Rexx/CICS format file pool - return code -4

2016-12-21 Thread Mike Stramba
Greetings all, System : ADCD - z/OS 01.10.00 running CICS Cicstslevel (030200) I'm trying to format the file pools for REXX/CICS I "sign on" to CICS (with "L CICS") I enter the REXX transaction, and the expected "Enter a REXX command or EXIT to quit" message is posted, and interactively

Re: [SURVEY] Who's using Java 8

2016-12-21 Thread Allan Staller
Just about to order it I'm wondering how common Java 8 is at your site? ::DISCLAIMER:: The contents of this e-mail and any attachment(s) are

[SURVEY] Who's using Java 8

2016-12-21 Thread David Crayford
We're currently developing a product with a web UI that uses a Java application server running on z/OS, either Tomcat or Jetty. We decided to use Java 7 because most sites probably have that installed already and having a dependency on Java 8 might be POC obstacle for some sites. But Java 8

Re: COBOL inline CPU timer

2016-12-21 Thread Paul Gilmartin
On Wed, 21 Dec 2016 09:50:18 -0500, Charles Mills wrote: > >> when you say "despatch", I think "mail room" or "loading bay". As plain as >> possible is fine with me. > >Perhaps not quite the official explanation but dispatch = your task getting >control/usage of a CPU: the last time your program

Re: Using the Binder to hook into an LE runtime module.

2016-12-21 Thread Lizette Koehler
There is an LE User Handle Function that should allow you to insert what you want to do. Otherwise, this seems to be a question better for IBM LE to respond to. Lots of knowledge on the lists, but this may wander closer to internal IBM information on how LE would work in this case. Lizette >

Re: Using the Binder to hook into an LE runtime module. (Solved)

2016-12-21 Thread Peter Hunkeler
I have found the mistake. Sorry for bothering you. --Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: COBOL inline CPU timer

2016-12-21 Thread Charles Mills
I'm not Jim Mulder but > Rather than tossing five different versions of the program onto the machine Yes, your idea of measurement is superior, at least as a starting point. > when you say "despatch", I think "mail room" or "loading bay". As plain as > possible is fine with me. Perhaps not

Re: New to Perl

2016-12-21 Thread Roach, Dennis
I use "Perl by Example" by Ellie Quigley. It is easy to follow and has lots of examples. https://www.amazon.com/Perl-Example-5th-Ellie-Quigley/dp/0133760812/ref=sr_1_1?ie=UTF8=1482331141=8-1=perl+by+example I have the third edition and use it often. The third edition came with a CD of

Re: ASCII<->EBCDIC (was: convince programmer something else is better.)

2016-12-21 Thread Paul Gilmartin
On Wed, 21 Dec 2016 13:53:11 +0100, Massimo Biancucci wrote: >If you have DFSORT or similar, you could use TRAN=ATOE. > Which ASCII? Which EBCDIC? The page at: z/OS 2.2.0 z/OS DFSORT z/OS DFSORT: Getting Started Learning to write JCL and DFSORT control statements Reformatting records with

Re: ASCII<->EBCDIC (was: convince programmer something else is better.)

2016-12-21 Thread Massimo Biancucci
If you have DFSORT or similar, you could use TRAN=ATOE. Sort utilities usally are very good at I/O and CPU. Regards. Massimo 2016-12-19 16:47 GMT+01:00 Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu>: > On Mon, 19 Dec 2016 08:35:33 -0600, Peter Vander Woude wrote: > > > >Our

AW: Re: Using the Binder to hook into an LE runtime module.

2016-12-21 Thread Peter Hunkeler
>What abends? S0CA or others? Do you see other messages, say on SYSLOG? As said, I would like to understand if a) what I want to do is feasible with the binder, and b) if whether my approach should work. The abend is not of interest, it only documents that my code is not being invoked at the

Re: IEBGENER SYSIN Comments?

2016-12-21 Thread R.S.
Steve Smith wrote: I think the strangest thing is somebody is actually using IEBGENER control cards. The strangest thing is IEBGENER *does support comments* in SYSIN dataset and nobody except Peter H. checked it! So, the looong discussion is simply pointless. It is even documented

Re: Catalog

2016-12-21 Thread R.S.
W dniu 2016-12-21 o 05:45, venkat kulkarni pisze: Hello Group, Is there any way to get list of user catalog connected to any particular master catalog LISTCAT CAT(CATALOG.MASTER.LLQ) look for "USERCATALOG" entries. Hint: you should have naming convention for catalogs. So, simple PDF p.3.4

Re: Using the Binder to hook into an LE runtime module.

2016-12-21 Thread Elardus Engelbrecht
Peter Hunkeler wrote: >I'm not getting the desired result. I'm getting abends before my code is >invoke, so I be missing something or missinterpreting how the binder works. What abends? S0CA or others? Do you see other messages, say on SYSLOG? Groete / Greetings Elardus Engelbrecht

Using the Binder to hook into an LE runtime module.

2016-12-21 Thread Peter Hunkeler
Cross-posted to IBM-Main and Assembler-List This thread is actually about hooking into existing load modules using the Binder's CHANGE and REPLACE funtions. It's been long time since I had to use the Binder to manipulate modules, so please bear with me. A bit of information on why I want to

Re: Show dataset list in dump full volume adrdssu

2016-12-21 Thread retired mainframer
DUMP FULL isn't that concerned with datasets. Its more concerned with tracks. (Yes, it only dumps used tracks but I don't think it cares which dataset uses them.) You could try DUMP DATASET INCLUDE(**) - instead which should give you the DSN as each dataset is processed. If you have

Show dataset list in dump full volume adrdssu

2016-12-21 Thread Jorge Garcia
Hi all, Is that possible obtain the whole dataset list saved in a dump full adrdssu volume in SYSPRINT DD or in another DD?. In SYSPRINT only shows these messages ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'DUMP ' ADR109I (R/I)-RI01 (01), 2016.355 09:56:30 INITIAL