Re: DEVSUPxx question

2018-11-01 Thread Chris Hoelscher
12 VS 21 FOR MEDIA2 Chris Hoelscher Technology Architect, Database Infrastructure Services Technology Solution Services Humana Inc. 123 East Main Street Louisville, KY 40202 Humana.com (502) 476-2538 or 407-7266 -Original Message- From: IBM Mainframe Discussion List On Behalf Of

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Steve Smith
10 on the main ISPF utilities menu has been gone quite a while (long enough that I've forgotten what it was).  File manager is typically an option off the IBM products menu; which you may or may not have.  If you find it, the 3.10 I mentioned starts from there. I don't know if File Manager is

Re: VOLCAT split

2018-11-01 Thread Lizette Koehler
So, if you have a range of tapes that begin with 1 - 1x Then create VOLCAT.V1 then repo mergecat from VOLCAT.VGENERAL to VOLCAT.V1 and select only the 1x volumes. System magically finds stuff Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of >

Re: VOLCAT split

2018-11-01 Thread Lizette Koehler
Splitting is fairly easy Create new VOLCAT.V? then repro mergecat I think you just need to stop tape processing (READ and WRITE) then just move it. I am not sure there is anything in LOADxx or other IPL members, but I would check that out Lizette > -Original Message- > From: IBM

Re: DEVSUPxx question

2018-11-01 Thread retired mainframer
> -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Edward Gould > Sent: Thursday, November 01, 2018 3:14 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: DEVSUPxx question > > > On Nov 1, 2018, at 2:36 AM, Giliad Wilf <00d50942efa9-dmarc- >

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-01 Thread Seymour J Metz
I had something similar; my boss asked IBM if he could quote them that they weren't interested in fixing bugs until they caused an outage or a security breach; they told him they'd rather fix it ;-) However, the last time that I reported a security breach, they didn't ask whether it had caused

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-01 Thread Paul Gilmartin
On Thu, 1 Nov 2018 22:37:32 +0100, R.S. wrote: >While it's interesting issue, ...wouldn't it be practical to avoid >spaces in pathname? >My€0.02 > Like any circumvention, it mqy be practical, but the underlying defect should be fixed. It's socially responsible to report such problems to spare

Re: DEVSUPxx question

2018-11-01 Thread Edward Gould
> On Nov 1, 2018, at 2:36 AM, Giliad Wilf > <00d50942efa9-dmarc-requ...@listserv.ua.edu> wrote: > > In short, your DEVSUPxx should have been coded like this: > > NON_VSAM_XTIOT=YES, > COMPACT=YES, > MEDIA1=11, > MEDIA2=12 > > ...rather than like this: > > NON_VSAM_XTIOT=YES, >

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Charles Mills
Must not be installed: 8 Outlist Display, delete, or print held job output 9 CommandsCreate/change an application command table 11 Format Format definition for formatted data Edit/Browse 12 SuperC Compare data sets

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-01 Thread R.S.
While it's interesting issue, ...wouldn't it be practical to avoid spaces in pathname? My€0.02 -- Radoslaw Skorupka Lodz, Poland == Jeśli nie jesteś adresatem tej wiadomości: - powiadom nas o tym w mailu zwrotnym

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread David Spiegel
You can also issue MAP RELINK against a member ... It'll spit out a LinkEdit Step to re-Link with all the appropriate PARMs, ORDER and SSI statements On 2018-11-01 17:24, David Spiegel wrote: > Again, PDS Command Processor. > Use the MAP and HIS against a member. > > On 2018-11-01 17:22,

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread David Spiegel
Again, PDS Command Processor. Use the MAP and HIS against a member. On 2018-11-01 17:22, Charles Mills wrote: > For 3.4 browse/HEX the output looks like this. I'm not bright enough to be > able to deduce entry point names from this. > >

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Steve Smith
For an online solution very similar to, if not better, than AMBLIST, try IBM File Manager (TSO/ISPF).  It has a semi-obscure feature under option 3.10 (iirc) that provides load module (or program object) displays.  It even has an option to convert "Julian" dates in IDR records to

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Charles Mills
For 3.4 browse/HEX the output looks like this. I'm not bright enough to be able to deduce entry point names from this. -- IEWPLMH ...Ì.. Ì...æ...Ð...h...

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Phil Carlyle
You can also allocate the dataset to a SYSLIB DD statement in TSO and execute the AMBLIST via option 6 and enter the LISTLOAD when prompted (don’t forget the Space at the beginning), and end the input with a “/*’ An even easier option is to view the library with 3.4 and browse the load module.

VOLCAT split

2018-11-01 Thread R.S.
I have single file volcat, that means hlq.VOLCAT.VGENERAL. How can I split the general volcat into specific volcats? Anther question: how can I move volcat (general) to another volume? -- Radoslaw Skorupka Lodz, Poland ==

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Charles Mills
Thanks all! Wow! First response took 3 minutes. I will keep PDS in mind but yes, AMBLIST appears to be what the doctor ordered. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John Eells Sent: Thursday, November 1, 2018

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread John Eells
Does this show what you want? //S0 EXEC PGM=AMBLIST //SYSPRINT DD SYSOUT=* //SYSLIB DD DISP=SHR,DSN=data.set.name //SYSINDD * LISTLOAD MEMBER=member,OUTPUT=XREF /* // Don Poitras wrote: AMBLIST

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Don Poitras
AMBLIST https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieav100/iea3v1_Map_the_CSECTs_in_a_load_module_or_program_object.htm In article <0c3101d4720a$d2b1bcd0$78153670$@mcn.org> you wrote: > Seems like there should be a way to do this. I tried IEHLIST LISTPDS FORMAT >

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread David Spiegel
PDS Command Processor beats the pants off anything else. I've been using it for 30+ years. It can: - dynamically add directory blocks - change SPF Stats - Change module attributes (e.g. AC(1), RENT) dynamically - spit out JCL to reLink - allow sort the display by LInkEdit Date and hundreds of

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread David Spiegel
Try PDS Command Processor on the CBT "Tape". (File 182, or pre-Asmd/Link on File 135). Please see: cbttape.org You will not be sorry! On 2018-11-01 13:46, Charles Mills wrote: > Seems like there should be a way to do this. I tried IEHLIST LISTPDS FORMAT > but it seems pretty basic. The library

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Carmen Vitullo
if you have IBM file manager or File-aid that may give you what you want Load Module COFDBIRD Linked on 2017.118 at 10:01:16 by PROGRAM BINDER 5695-PMB V2R1 EPA 00 Size 0002290 TTR 000315 SSI AC 01 AM 24 RM 24 Address CSECT name Type Size AMODE RMODE Compiler 1 → * * * * * <---+->

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Allan Staller
AMBLIST -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: Thursday, November 1, 2018 12:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Is there a utility or command that will show load module characteristics? Seems like there should be a way to do

Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Charles Mills
Seems like there should be a way to do this. I tried IEHLIST LISTPDS FORMAT but it seems pretty basic. The library in question is a PDSE, so I guess the right term is "program object." I'm most interested in alternative entry point names and their addresses. I'd prefer an IBM utility to a CBT

Re: Another quick z/OSMF question

2018-11-01 Thread Dana Mitchell
Well, yes if I had a couple dozen of these to set up, I would not use the workflows. I was merely using the workflow to familiarize myself with how (if) it works Dana On Thu, 1 Nov 2018 15:02:02 +, Ronald Kristel wrote: >Personally, I never used the add plugin workflows (or atleast

Re: Another quick z/OSMF question

2018-11-01 Thread Dana Mitchell
That is the precise cause of the problem in IBM's REXX code. On Thu, 1 Nov 2018 15:14:24 +, Jeremy Nicoll wrote: > >I don't recall seeing your original question... but you are aware that the >REXX pull statement is a short form ofparse pull upperaren't you? > >That is, pull

Re: Another quick z/OSMF question

2018-11-01 Thread Jeremy Nicoll
On Thu, 1 Nov 2018, at 14:25, Dana Mitchell wrote: > Apparently I didn't miss a checkbox or anything, IBM says they are able > to recreate this problem. How long has 2.2 been out? Am I the first to > try this? Would it help if I pointed them to the PULL statement in the > REXX that's causing

Re: Another quick z/OSMF question

2018-11-01 Thread Ronald Kristel
Personally, I never used the add plugin workflows (or atleast not looked at it in detail). We have a 'out-of-zosmf' checklist on how to setup z/OSMF (plugins). We found that a little bit easier to follow with installing the couple of dozen z/OSMF servers. Ronald Kristel

Re: Another quick z/OSMF question

2018-11-01 Thread Dana Mitchell
Apparently I didn't miss a checkbox or anything, IBM says they are able to recreate this problem. How long has 2.2 been out? Am I the first to try this? Would it help if I pointed them to the PULL statement in the REXX that's causing the problem? Dana On Wed, 17 Oct 2018 14:15:58 -0500,

Re: Help with diagnosing S0C4-038

2018-11-01 Thread Charles Mills
LE does not always do the *** bit. Here is the same display from a subsequent S0C1. Tends to disprove the "all zeros" theory. Machine State: ILC. 0002Interruption Code. 0001 PSW. 078D1400 95E8BE6A GPR0. _ GPR1. _15E67138 GPR2.

Re: Help with diagnosing S0C4-038

2018-11-01 Thread Charles Mills
Thanks @Peter. They're more likely to answer you than me. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Relson Sent: Thursday, November 1, 2018 6:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Help with diagnosing

Re: Help with diagnosing S0C4-038

2018-11-01 Thread Peter Relson
I didn't look it up, but I don't think you can get 0C4-03B if in AMODE 31 unless you're dealing with some instruction that is not sensitive to the AMODE when deciding which bits of a register or control area to use for addressing (and I don't know if there are any such instructions, but I

Re: S23E

2018-11-01 Thread Joseph Reichman
Rob Thanks BTW My code is a concurrent TCP/IP server running my code I made a breakpoint right before the BR 14 under TESTAUTH I looked at the common DSECT / structure shared between the main and subtask Looked at TASK_ADDR had the same value as that presented by LISTTCB command The code

Re: S23E

2018-11-01 Thread Rob Scott
Do NOT use TCBUSER or CVTUSER. I would recommend something like this : (1) Design your own structure that describes your subtask so that you can anchor your own control blocks, ECBs, pointers and flags in. (2) Mother task builds this structure for each and every subtask that it ATTACHs and

Re: DEVSUPxx question

2018-11-01 Thread Gadi Ben-Avi
Thanks -Original Message- From: IBM Mainframe Discussion List On Behalf Of Giliad Wilf Sent: Thursday, November 1, 2018 9:36 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: DEVSUPxx question In short, your DEVSUPxx should have been coded like this: NON_VSAM_XTIOT=YES, COMPACT=YES,

Re: DEVSUPxx question

2018-11-01 Thread Giliad Wilf
In short, your DEVSUPxx should have been coded like this: NON_VSAM_XTIOT=YES, COMPACT=YES, MEDIA1=11, MEDIA2=12 ...rather than like this: NON_VSAM_XTIOT=YES, COMPACT=YES, MEDIA1=11, MEDIA2=21 See a sketch here, at

Re: eWEEK Article highlights weaknesses in Mainframe Security

2018-11-01 Thread Ray Overby
Disclamer: Don't shoot the messenger (I am very passionate on this topic). The fact is unpatched zero day vulnerabilities exist on all z/OS mainframe's. Don't take my word for this. Ask KRI's clients what their experience is with z/Assure VAP  finding (probable) zero day integrity based code

Re: SDSFAUX security query

2018-11-01 Thread Elardus Engelbrecht
Jake Anderson wrote: >We do not manage SDSF using RACF instead we use ISFPRMxx. >I have added AUTH(ALL) and recycled >When I invoke PARM command from sdsf panel I get >ISF452E SDSFAUX Communication failed with return code 8 and reason x'806' >Any clue on how to manage this error when you don't

SDSFAUX security query

2018-11-01 Thread Jake Anderson
Hi We do not manage SDSF using RACF instead we use ISFPRMxx. I have added AUTH(ALL) and recycled When I invoke PARM command from sdsf panel I get ISF452E SDSFAUX Communication failed with return code 8 and reason x'806' Any clue on how to manage this error when you don't have RACF to manage