Re: deliverycb-mul.dhe.ibm.com IP resolution issue?

2025-04-08 Thread Lucas Rosalen
, --- *Lucas Rosolen* rosolen@gmail.com / linkedin.com/in/lrosolen/ <https://www.linkedin.com/in/lrosolen> Em ter., 8 de abr. de 2025 às 11:41, Lucas Rosalen escreveu: > Thanks Alex. > > The

Re: deliverycb-mul.dhe.ibm.com IP resolution issue?

2025-04-08 Thread Lucas Rosalen
On Tue, Apr 08, 2025 at 09:33:47AM +0200, Lucas Rosalen wrote: > > We have a strange behavior when attempting to download maintenance use > SMPE > > Receive Order. > > > > As indicated here ( > > > https://www.ibm.com/support/pages/ibm-software-electronic-delivery

deliverycb-mul.dhe.ibm.com IP resolution issue?

2025-04-08 Thread Lucas Rosalen
Hello fellas, We have a strange behavior when attempting to download maintenance use SMPE Receive Order. As indicated here ( https://www.ibm.com/support/pages/ibm-software-electronic-delivery-servers-change), our firewall has been opened for: deliverycb-mul.dhe.ibm.com - 129.35.224.118 deliverycb

Re: Storage ports for DS8K

2018-08-15 Thread Lucas Rosalen
would give such info... ------- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen Em qua, 15 de ago de 2018 às 08:27, Jake Anderson escreveu: > Hi > > Any documentation or manual which can help me

Re: [External] Re: remove bad GDG entry from GDG base

2018-07-06 Thread Lucas Rosalen
, --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen 2018-07-06 1:02 GMT+02:00 Jackson, Rob : > That's because if the

Re: Issue WTO message using MVS SEND command

2018-06-22 Thread Lucas Rosalen
Right tool for the right job. Read about WTO (REXX) command in Netview commands manual. --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http

Re: Using JCL Symbld and TYPRUN=SCAN

2018-06-21 Thread Lucas Rosalen
Thanks Kees, that's exactly what I tried to say and failed miserably :) --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.c

Re: Using JCL Symbld and TYPRUN=SCAN

2018-06-20 Thread Lucas Rosalen
ved in the executing LPAR (even with SYSAFF=*); I also don't know about the documentation, just learned from a colleague that had worked on our issue. ------- *Lucas Rosa

Re: SYSLOGD Monitoring

2018-06-12 Thread Lucas Rosalen
Hi Anne, It's been a long time I played with that, but have you tried to configure it to write messages to (if I recall it correclty) /dev/console? Regards, --- *

Re: Use of dynamic system symbols in JCL

2018-06-06 Thread Lucas Rosalen
Regards, --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen 2018-06-06 16:35 GMT+02:00 Sean Gleann : > I understand what you're saying Rob, but that was one of the variants I > tried. It still produces the same error > > Sean > &

Re: 2964 N63 - Enabled Feature Codes

2018-06-05 Thread Lucas Rosalen
Does this work for you? http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_sm/1/760/ENUS2964-_h01/index.html&request_locale=en#Header_34 On Wed, Jun 6, 2018, 08:30 Gadi Ben-Avi wrote: > The 2964 is the z14. > Go to www.redbooks.ibm.com and search for z14. > Look for the Technic

Re: IEFA107I when pointing to dataset alias

2018-05-29 Thread Lucas Rosalen
The ALIAS must be in the same catalog as the actual dataset. I think you could bypass this in a very "strange" way by: 1. definig an ALIAS XX35.SYS3 in your CATALOG.USERTSO poiting to CATALOG.USERSYS. 2. Then, definig your ALIAS with the SYMBOLICRELATE in CATALOG.USERSYS. Regards, Lucas On Tue,

Re: &SYSALVL..&SYSCLONE..&SYSNAME in regular job

2018-05-26 Thread Lucas Rosalen
I'm glad! Hot and sunny day here, it's a pity I had some work to do during the night and only woke up now very late in the afternoon. How is it in Łódź? Lucas On Sat, May 26, 2018, 12:38 R.S. wrote: > W dniu 2018-05-26 o 11:51, Lucas Rosalen pisze: > > In jes parms, check j

Re: &SYSALVL..&SYSCLONE..&SYSNAME in regular job

2018-05-26 Thread Lucas Rosalen
In jes parms, check jobclass definitions for syssym=allowed. Maybe they run in different job classes Lucas On Sat, May 26, 2018, 11:40 R.S. wrote: > I have some job with the above symbols. It works fine on one system, but > on another symbols are not substituted. > I cannot find the differe

Re: $HASP003 RC=(136) with $MSPL

2018-05-17 Thread Lucas Rosalen
Hello Art, I think $DSPOOL(vv),UNITDATA would show that information in ATTRIBUTE parm. --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http

Re: Netview Submit JCL

2018-05-16 Thread Lucas Rosalen
ow), but following the manuals is always a good idea. --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen 2018-05-16 19:44 G

Re: Netview Submit JCL

2018-05-16 Thread Lucas Rosalen
ME=07.54.54 Maybe something like the following script would work better: /* rexx */ trace i parse arg mtxt SAY 'DATASET NAME IS' MTXT MVS "SEND '"MTXT"' USER(USR54) NOW" exit Here you would have: MSGID = DSET = MTXT = USR54LST - STARTED - TIME=07.54.54

Re: Netview Submit JCL

2018-05-14 Thread Lucas Rosalen
7; USER(USR54) NOW" EXIT == ----------- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen 2018-05-14 9:28 GMT+02:00 Werner Kuehnel : > Hello Venkat, &

Re: Netview Submit JCL

2018-05-13 Thread Lucas Rosalen
Hi Venkat, What about using the syntax below? "MVS SEND 'your_message' USER(user) NOW" ------- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.r

Re: Netview Submit JCL

2018-05-12 Thread Lucas Rosalen
Try changing FDIREXX script to the following: /* REXX */ "SUBMIT 'USR1.REXX.CNTL(REXXJCL)'" ------- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.r

Re: PDSE V2 Corruption - A Warning - Correction (kinda)

2018-05-10 Thread Lucas Rosalen
like a new generation. Here => http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=101120 ------- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosa

Re: Friday Conundrum (aka Soap Box)

2018-04-06 Thread Lucas Rosalen
o the support group - still no change, but that was 3 days ago. Maybe it's worth a try with the Operating Systems as well? ------- *Lucas Rosalen* rosalen.lu...@gmail.com / l

Re: IEASYS00 and AUTORxx history question

2018-02-11 Thread Lucas Rosalen
No, it was introduced on z/OS 1.12. https://books.google.pl/books?id=NBrCAgAAQBAJ&pg=PA99&lpg=PA99&dq=autorxx+z/os&source=bl&ots=15cjhopIc9&sig=VC-uC5ETns_Ag623hjC5tk6doy4&hl=pt-BR&sa=X&ved=2ahUKEwj_iPOq7p7ZAhUB3iwKHeEDCL8Q6AEwCHoECAcQAQ#v=onepage&q=autorxx%20z%2Fos&f=false Thanks, Lucas On Feb

Re: SMP/E RECEIVE ORDER Question

2018-02-01 Thread Lucas Rosalen
Ah, yes, you're right... in this case you have to change the CONTENT ... most likely you have CONTENT(ALL) and that's what should be changed ------- *Lucas Rosalen*

Re: SMP/E RECEIVE ORDER Question

2018-02-01 Thread Lucas Rosalen
, --- *Lucas Rosalen* rosalen.lu...@gmail.com / lucas.rosal...@ibm.com http://br.linkedin.com/in/lrosalen 2018-02-01 10:23 GMT+01:00 Gadi Ben-Avi : > Hi, > > Is it possib

Re: SYSOUT not accumulated

2018-01-29 Thread Lucas Rosalen
Long shot, but maybe check if the OUTDISP for this class is set to WRITE,WRITE. Some sysout archiving softwares need that. Regards, Lucas On Jan 30, 2018 07:10, "Elardus Engelbrecht" wrote: > Peter wrote: > > >We have updated the output class D in our JES output reporting tool. > > What reporti

Re: Pipelines in the z/OS base.

2017-11-16 Thread Lucas Rosalen
Hello Hobart, Do you have any RFE already opened for that? I would surely vote for it (plus this might be a good place to broadcast its ref. number)! Thanks, Lucas On Nov 16, 2017 14:36, "Hobart Spitz" wrote: Someone on TSO-REXX wrote: > Yes and if IBM would give us PIPES (BatchPipesWorks Prod

Re: non-ibm products in /service ?

2017-10-13 Thread Lucas Rosalen
I think Lionel's question was more about mounting filesystems for non-IBM products under /service directory. Not really about service (APAR/PTF) for products. Anyway, I've never seen any recommendation for the original subject, thus I'm also interested. Lucas On Oct 13, 2017 18:01, "ITschak Mugz

Re: Job await main select and cannot execution

2017-10-06 Thread Lucas Rosalen
Back to my desk, it looks like APAR that I refer to is OA51343. Lucas On Oct 6, 2017 12:44, "Lucas Rosalen" wrote: > If you're running z/OS 2.2 (maybe 2.1 as well) there's an JES2/WLM APAR > that might be of interest. > I don't have its number now, but you mi

Re: Job await main select and cannot execution

2017-10-06 Thread Lucas Rosalen
If you're running z/OS 2.2 (maybe 2.1 as well) there's an JES2/WLM APAR that might be of interest. I don't have its number now, but you might find it in some discussions on this forum. Lucas On Oct 6, 2017 12:22, "Tommy Tsui" wrote: > Hi all, > We are running in wlm mode with schedule environm

Re: GIM69209S ** RECEIVE PROCESSING HAS FAILED BECAUSE PROGRAM GIMJVCLT COULD NOT BE Started.

2017-08-24 Thread Lucas Rosalen
RACF errors in syslog? On Aug 24, 2017 11:48, "גדי בן אבי" wrote: > That’s the user id and password that shopzseries created :-) > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of ITschak Mugzach > Sent: Thursday, August 24, 20

Re: Competent managers (was Re: OT-retirement)

2017-08-21 Thread Lucas Rosalen
I second you in every word. So, by my own previous personal experience, having a PC weenie manager is not necessarily a no go. --- *Lucas Rosalen* Emails: rosalen.lu

Re: AXR address space

2017-08-21 Thread Lucas Rosalen
re also z/OS 2.2. Thanks, ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-08-21 12:22 GMT+02:00 Richards,

Re: IBM z14 availability

2017-08-21 Thread Lucas Rosalen
Planned GA is Sep 13th --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198

Re: AXR address space

2017-08-18 Thread Lucas Rosalen
We use 2 methods at the same time with System Automation: - INGLKUP REQ=JOB COMMAND=STOP to perform a P AXRxx,A= - P AXR --- *Lucas Rosalen* Emails: rosalen.lu

Re: IBM Session Manager replacement

2017-08-17 Thread Lucas Rosalen
Yes, it is. In my previous and current shops we're using it. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.c

Re: IBM z14 High-lights

2017-07-17 Thread Lucas Rosalen
Ah, nice to know - I tested on 2.13.1 --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48

Re: IBM z14 High-lights

2017-07-17 Thread Lucas Rosalen
, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-07-17 13:08 GMT+02:00 R.S. : > W dniu 2017-07-17 o 11:03, Parwez Hamid pisze: > >

Re: DB2 Ver. 8.1 running on z/OS 2.1?

2017-07-07 Thread Lucas Rosalen
fun, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-07-07 20:42 GMT+02:00 Patrick Falcone < 012526080649-dmarc-requ...@listserv.

Re: SET PROG=xx question - sanity check

2017-07-05 Thread Lucas Rosalen
AFTER=yyy 4. SETPROG LNKLST,ACTIVATE,NAME=name Regards, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.c

Re: SET PROG=xx question - sanity check

2017-07-05 Thread Lucas Rosalen
Yes! --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-07-05 14:33

Ksys SYSLOG/NETLOG archive

2017-07-05 Thread Lucas Rosalen
ess to send those to an Application sys (releasing space on Ksys vols). Could you share your experiences with Ksys SYSLOG/NETLOG archives? (May be off-list if you'd prefer) Thank you, -

Re: DCB does not point to DEB

2017-06-25 Thread Lucas Rosalen
See ya, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-06-23 11:49 GMT-03:00 Dirceu Bimonti Ivo : > Hi,

Re: CSSMTP user exit and external email

2017-06-19 Thread Lucas Rosalen
t to do whatever you like. ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-06-19 14:30 GMT+02:00 Mark Regan : > Same

Re: PDSE dataset rename issue

2017-06-17 Thread Lucas Rosalen
Maybe this dataset is allocated by XCF and LLA in another system of the sysplex, you might wanna check that. Lucas On Jun 17, 2017 10:53, "Edward Finnell" < 000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > > Example 2: > To display resource information about all resources whose major na

Re: Are there any mailing lists for TPX or NetMaster?

2017-06-16 Thread Lucas Rosalen
True, I also don't see it. However, my research returned some results => https://communities.ca.com/search.jspa?q=NetMaster --- *Lucas Rosalen* Emails: ro

Re: Are there any mailing lists for TPX or NetMaster?

2017-06-16 Thread Lucas Rosalen
-mainframe-community/content?filterID=contentstatus%5Bpublished%5D~category%5Bca-tpx-session-management-for-zos%5D Regards, ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.co

Re: Looks like lots of folks in marketing said thanks but no thanks

2017-05-30 Thread Lucas Rosalen
just physically there, but you're simply OFF for everything. ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in

Re: SoftAudit ?

2017-05-10 Thread Lucas Rosalen
h customer data), which I found to be a very good tool to discover who/what used which software/version when. Very granular data in a distance of a mouse click. ------- *Luc

Re: ShopzSeries

2017-05-10 Thread Lucas Rosalen
Hello Dean, I think what you need is this doc => https://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/FLASH10863 Thanks, --- *Lucas Rosalen* Emails: rosalen

Re: how to suppress the message IEF196I

2017-04-28 Thread Lucas Rosalen
;N' SYSLOG) Regards, ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-04-28 10:54 GMT+02:00 Elardus Engelbrecht < elardus.engelbre...@sita.co.za>:

Re: how to suppress the message IEF196I

2017-04-28 Thread Lucas Rosalen
hanks, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-04-28 9:59 GMT+02:00 ibmm...@foxmail.com : > > Hi all > > Our zos is 2.1 . There are mi

Re: RMDS for reporting on Mainframe

2017-04-10 Thread Lucas Rosalen
Just for correctness, if I recall correctly CA-View is the old SAR and just do syslog/joblog archival/retrieval. I'm quite sure my former customer used CA-Dispatch for report distribution. Lucas On Apr 10, 2017 16:37, "Lizette Koehler" wrote: There are products out there Systemware XPTR (not s

Re: V XCF,xxxx,OFFLINE,REIPL not working

2017-04-09 Thread Lucas Rosalen
Hi Gadi, Did you have AUTOIPL statements coded in the in-use DIAGxx member? Anything in Hardware Messages? Lucas On Apr 9, 2017 09:56, "גדי בן אבי" wrote: Hi, We IPL’s one of our systems last night and using the V XCF,,OFFLINE,REIPL to remove it from the Sysplex, and then REIPL it. The sy

Re: Job hold on jes2 input queue

2017-04-03 Thread Lucas Rosalen
$DJjobnumber,LONG might give you some tips --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone

Re: Logsteam as Logrec - Sample JCL

2017-03-31 Thread Lucas Rosalen
I/O ERRORS -- //*PARM=('HIST=Y','PRINT=AL','TYPE=CDEHIMOS','ACC=N', //* //* UPDATE DATE BELOW // 'DATE=(15084-15085)','TIME=(,2359)') //ACCINDD DSN=SYSPLEX.LOGREC.ALLRECS, //

Re: Can SMPPTS datasets be consolidated?

2017-03-16 Thread Lucas Rosalen
Yes, they can. Done this some times before. Regards, Lucas On Mar 16, 2017 21:32, "Herring, Bobby" wrote: > I am in the process of receiving a large RSU maintenance order. I have > filled up three SMPPTS datasets that were not defined large enough. > > Can these be merged and consolidated into

Re: Unix System Services Automount - why?

2017-02-24 Thread Lucas Rosalen
han 3 weeks ago, huh? :) ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-02-24 13:51 GMT-03:00 Tom Marchant < 000a2a8c2020-dmarc-

Re: Unix System Services Automount - why?

2017-02-24 Thread Lucas Rosalen
orked on a smaller shop where all users' directories were defined in one single filesystem. In this case, we didn't use automount. Thanks, ------- *Lucas Rosalen

Re: Hardware support for z/OS 2.3

2017-02-22 Thread Lucas Rosalen
sites, refer to * z/OS V2R3 Planning for Installation* (GA32-), when available. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn:

Re: maintaining PARMLIBs over several sysplexes

2017-02-17 Thread Lucas Rosalen
e a manual task. I can't say this is the way I "prefer". It just had "always been like that" (yes, I hate this excuse!) and I didn't feel like changing at the time :). See ya, -------

Re: strange JES2 purge queue issue

2017-01-13 Thread Lucas Rosalen
I think the key here is the SYSAFF=(IND,ANY)... Try to take INDependent off before purging, with $TJQx,SYSAFF=(-IND) --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com

Re: Delete NVR entries where ENQ shows from LLA/XCFAS

2017-01-05 Thread Lucas Rosalen
--- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2017-01-05 10:39 GMT+01:00 Ravi Gaur : > Delete datasets from Disk/3390 which are having enqueue from LLA/XCFAS > Tried IDCAMS NVR and also IS

Re: new JES2 MAS jobs will not run on member 2

2016-12-04 Thread Lucas Rosalen
Check if JES2 are running in Independent Mode. Can't remember the command for that. It had been suggested before, but I also think $DJ,LONG is the place to start On Dec 5, 2016 01:58, "John McKown" wrote: > On Sun, Dec 4, 2016 at 3:13 PM, Vitullo, Carmen P < > cpvitu...@arkbluecross.com> wr

Re: Steplib APF failure

2016-11-17 Thread Lucas Rosalen
e situation you have described sounds WaD (work as designed). ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in

Re: KnowledgeCenter access

2016-11-15 Thread Lucas Rosalen
uot; category. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-11-15 10:42 GMT+01:00 Edward Finnell < 000248cce9f3-dmarc-requ...@listserv.ua.edu>: > As of right now it seems to be workin

Re: rexx to fetch CFRM

2016-10-28 Thread Lucas Rosalen
vance, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-10-28 11:59 GMT-02:00 van der Grijn, Bart (B) : > Jake, we do. It creates a batch job to recreate the CFRM poli

Re: Randomly disappearing IGD101I messages.

2016-10-18 Thread Lucas Rosalen
test this... ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-10-18 15:35 GMT+02:00 Vernooij, Kees (ITO

Re: IBMLINK Down?

2016-10-13 Thread Lucas Rosalen
I know that some IBM sites are designed to not respond to a ping request not sure if this is the case though. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com

Re: EXTERNAL: Re: remote system support (i.e. the data center is 2 states away from you).

2016-09-30 Thread Lucas Rosalen
isk of not being able to open it ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (7

Re: Db2 8.1 on z/OS 2.1

2016-09-20 Thread Lucas Rosalen
Maybe http://www-969.ibm.com/software/reports/compatibility/clarity/index.jsp can have good reports? Regards, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa

Re: AXR00 (sysrexx)

2016-08-31 Thread Lucas Rosalen
It looks like in z/OS 2.2 (not sure about other versions) you can use: F AXR,SYSREXX REXXLIB ADD DSN(data_set_name) VOL(volume) Regards, --- *Lucas Rosalen* Emails

Re: Catch 22 with UA82156 / OA50517

2016-08-19 Thread Lucas Rosalen
Exactly /usr/lpp/hzc/include/IBM/ I've also checked in some PMR before applying in my systems. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ib

Re: JES2 can't find customised start-up parameters

2016-08-02 Thread Lucas Rosalen
I think Andy nailed it. Wrong parenthesis in start command. Lucas On Aug 2, 2016 21:01, "Lizette Koehler" wrote: > The sample JES2 Start up proc contains a HASPPARM DD Statement. > > I do not see one in your expanded JCL. > > //JES2 PROC N=SYS1,L=SHASLNKE, > // M=JES2P

Re: Not able to delete DSN

2016-05-27 Thread Lucas Rosalen
Now I've read again. This looks like a HFS dataset (PS), not a ZFS (VSAM LDS). Try the DELETE command with IKJEFT01 pgm, not IDCAMS. Or simply D in front of the dataset name on 3.4. Lucas On May 27, 2016 17:31, "Lucas Rosalen" wrote: > Looks like this is only a catalog entry,

Re: Not able to delete DSN

2016-05-27 Thread Lucas Rosalen
Looks like this is only a catalog entry, no dataset anymore (if ever). Try DEL 'dataset.name' NSCR Lucas On May 27, 2016 17:20, "Sai M" wrote: > Hi, > > I am not able to delete DSN. I am getting below error. > > ENTRY ..XXX.HFS NOT FOUND+ > ** ENTRY ..XXX.HFS NOT DELETED > LASTCC

Re: Video that might give you a chuckle

2016-05-27 Thread Lucas Rosalen
en we had an issue with the regions. ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-05-27 16:06 GMT+02:00 John McKown : > On Fri, May 27, 2016 at 9:00 AM, Don Leahy wrote:

Re: Product name by module

2016-05-21 Thread Lucas Rosalen
I know of IBM Tivoli Asset Discovery for z/OS (TADz). It does a very good job and can show you many different graphical reports in a web application called Analyzer (of course you also need to have this part installed/configured) getting data straight from OMVS. I don't know the price of it, as we

Re: Logrec Analysis

2016-05-19 Thread Lucas Rosalen
Complete description of S077 can be found here: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieah700/m014885.htm Regards, --- *Lucas Rosalen

Re: Product name by module

2016-05-18 Thread Lucas Rosalen
es in your scheduling software's JCL lib. If you are lucky enough, there could be comments in the JCLs (if any uses this/these product(s)). Regards, ----------- *Lucas R

Re: Java problem

2016-05-06 Thread Lucas Rosalen
gards, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-05-07 8:39 GMT+02:00 Lucas Rosalen : > H maybe MemLimit and SHMemMax

Re: Java problem

2016-05-06 Thread Lucas Rosalen
H maybe MemLimit and SHMemMax on OMVS segment are also good parms to check/increase. Lucas On May 7, 2016 06:06, "Phil Smith III" wrote: > Rob Schramm offered: > >ASSIZE will set the user limit for storage. Set via RACF. > > Still no, unless I misunderstood (quite possible!): > > DEFAULT-GR

Re: Mounting Unique zFS for SMPE APPLY

2016-05-06 Thread Lucas Rosalen
sets names or something else... Regards, ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-05-06 16:16 GMT-03:00

Re: Java problem

2016-05-06 Thread Lucas Rosalen
If I recall it correctly, it's either MAXSHAREPAGES and/or SHRLIBRGNSIZE parms in BPXPRMxx. Regards, --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *

Re: Mounting Unique zFS for SMPE APPLY

2016-05-06 Thread Lucas Rosalen
ADRDSSU copy with RENAME and either DDDEF update on SMPE or DD statement in JCL will do the trick. However, this could (and should?) be "automated" somehow, for example by using SYSRES name as part of the dataset name, thus using &SYSR1 symbol in BPXPRMxx. Regards, Lucas On May 6, 2016 19:23, "Geo

Re: Catalog move

2016-05-05 Thread Lucas Rosalen
+1 for REPRO MERGECAT. I've done this for Netview's datasets - with all Netview's STCs down because I'm a chicken :) Lucas On May 5, 2016 19:05, "Peter" wrote: What if if is a db2 datasets ? I believe to have safer move a shutdown is necessary ? On May 5, 2016 10:19 PM, "Chuck Kreiter" wrote:

Re: FW: Respack Volume Size Challenge

2016-04-22 Thread Lucas Rosalen
. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-04-22 16:04 GMT+02:00 Nims,Alva John

Re: Respack Volume Size Challenge

2016-04-21 Thread Lucas Rosalen
B, NUCLEUS, etc in 1st volumes though... ----------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +4

Re: JES3 SDSF 'LOG' command very slow response

2016-04-20 Thread Lucas Rosalen
d now... --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 (71) 792 809 198 2016-04-20 11:40 GMT+02:00 Vince Getgood : > Hi all, > I'm supporting a development sy

Re: Outsourcing Stories Good or Bad!

2016-02-25 Thread Lucas Rosalen
enhancements should they apply. Hope this helps a bit. Regards, ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.co

Re: GIM35912I_Error on Apply check

2016-02-04 Thread Lucas Rosalen
Disregard this email... I've read the original post wrong... multitasking is not so easy, after all --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *

Re: GIM35912I_Error on Apply check

2016-02-04 Thread Lucas Rosalen
ECEIVE job. ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 792 809 198 2016-02-04 19:08 GMT+01:00 Mike Schwab : > If AAD026Y is in the Module, is

Re: GIM35912I_Error on Apply check

2016-02-04 Thread Lucas Rosalen
ssing PTFs... ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 792 809 198 2016-02-04 18:31 GMT+01:00 zos reader : > Thanks

Re: Obtaining current ASID in REXX

2016-02-04 Thread Lucas Rosalen
esult.i,1) 'asid:' word(result.i,6)=> this "6" might change end return With small enhancements, this would let you get the "MVS C taskname,A=" command issued --------

Re: The Linklist

2016-02-01 Thread Lucas Rosalen
TSO ISRFIND as well... On Feb 2, 2016 06:10, "Paul Gilmartin" < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 1 Feb 2016 22:57:24 -0600, Ed Gould wrote: > > >Sounds like a SHARE requirement to me. > > > ??? Fixing a bug shouldn't be a SHARE requirement; it should be an SR. > >

Re: z/OS 2.2 compatibility check for IBM Products

2016-02-01 Thread Lucas Rosalen
tml --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 792 809 198 2016-02-01 14:31 GMT-02:00 John Eells : > Lizette Koehler wrote: > >> So on the Enhanced

Re: z/OS 2.2 compatibility check for IBM Products

2016-02-01 Thread Lucas Rosalen
--- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 792 809 198 2016-02-01 16:17 GMT+01:00 Lizette Koehler : > If you have the latest hold data, then you can use FIXCAT to find what you > are looking for. > > A

Re: Load module management

2016-01-22 Thread Lucas Rosalen
s ISPF menu. Thanks, ------- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 792 809 198 2016-01-22 11:58 GMT+01:00 Brian Westerman : > Hi all, > > I have a client who i

Re: Change CPC name in HMC

2016-01-07 Thread Lucas Rosalen
Both my current and previous customers used CPCs "nicknames" on HMC. It was already setup like that in both cases, so don't ask me how to do it :) Regards, ---

Re: ZEKE and Console dialog

2015-12-23 Thread Lucas Rosalen
. --- *Lucas Rosalen* Emails: rosalen.lu...@gmail.com / *lrosa...@pl.ibm.com * LinkedIn: http://br.linkedin.com/in/lrosalen Phone: +48 792 809 198 2015-12-23 17:13 GMT-02:00 Carl Edwards < 00df3759e3e7-dmarc-requ...@listserv.ua.edu>: > I have a client that is considering installing Z

  1   2   >