Re: [EXTERNAL] Re: Send an email with a Zip file as an attachment?

2022-04-27 Thread Barkow, Eileen
I used to run this with XMITIP - email attachment is in separate file, either HFS or MVS //XMIT EXEC XMITIP,COND=((0,NE),(0,EQ)) //*HFS1 DD PATH='/u/eileen/tmp/statfile/edupstat.zip', //* PATHDISP=(KEEP,KEEP) PATHMODE=SIRXU //HFS1 DD DSN=X.MACS.ZIP,DISP=SHR //SYSIN DD * %XMITIP

Re: [EXTERNAL] Re: article about ransomeware and mainframe

2021-12-21 Thread Barkow, Eileen
r SUID = 0 ..." Again, UID, not, SUID "...The authorized program facility (APF) library must be monitored for all access because programs running from this library can change a normal ID to a privileged ID. ..." This library?! APF Lists can be hundreds of Datasets. Regards, Davi

Re: article about ransomeware and mainframe

2021-12-21 Thread Barkow, Eileen
This is the real link to the article https://public.milcyber.org/activities/magazine/articles/2021/renda-ransomware-and-the-ibm-zos-mainframe-big-iron From: Barkow, Eileen Sent: Tuesday, December 21, 2021 8:37 AM To: IBM Mainframe Discussion List (IBM-MAIN@listserv.ua.edu) Cc: Renda, Paul

article about ransomeware and mainframe

2021-12-21 Thread Barkow, Eileen
This article was written by Paul Renda, who is one of our colleagues in the RACF security group.

Re: [EXTERNAL] Re: Spool entire job to a file?

2021-08-18 Thread Barkow, Eileen
There is a redbook named 'IMPLEMENTING REXX SUPPORT IN SDSF' which contains a chapter about copying sysout datasets to a PDS, among a lot of other examples. ibm.com/redbooks -Original Message- From: IBM Mainframe Discussion List On Behalf Of kekronbekron Sent: Wednesday, August 18,

Re: DISPLAY VTAM commands from TSO CONSOLE

2021-05-06 Thread Barkow, Eileen
Don't you need an E on the command: 10:06:05.30 SYSTVPSC 0290 DISPLAY NET,ID=SYSTP011,E Eileen Barkow ebar...@doitt.nyc.gov CICS systems Desk: 718-403-8649 Cell: 917-436-0508 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: Wednesday,

Re: Format PDS unloaded on an CD

2021-04-19 Thread Barkow, Eileen
? Thank you very much in advance. Kind Regards Hilario El lun, 19 abr 2021 a las 14:37, Barkow, Eileen (< 02bc504b1642-dmarc-requ...@listserv.ua.edu>) escribió: > Another way to copy a PDS to the pc is with ftp. > cd to a pc directory and run a command line ftp program initi

Re: Format PDS unloaded on an CD

2021-04-19 Thread Barkow, Eileen
Another way to copy a PDS to the pc is with ftp. cd to a pc directory and run a command line ftp program initiated from the pc and issue commands: (I use MOVE IT FREELY): cd 'MAINFRAME.PDS' ftp ftp parmsHOST NAME PORT mget(*) Each member will be downloaded to the pc directory.

Re: Auto Reply on SDSF Console

2020-11-30 Thread Barkow, Eileen
=sUAJNNMIBNm56iEACV%2Fz2oO2tM4PQksfPl3CHq6ImiA%3Dreserved=0 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Barkow, Eileen [02bc504b1642-dmarc-requ...@listserv.ua.edu] Sent: Monday, November 30, 2020 9:30 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Auto Reply on SDSF Console

2020-11-30 Thread Barkow, Eileen
Nov 2020, at 14:00, Barkow, Eileen wrote: > Sorry about that. I see that STRIP is available in NETVIEW REXX now. > it was not a few releases ago when I tried to use it. I have a handful of copies of old netview execs here. I'm looking now at one I wrote in 1996 and it uses strip(). --

Re: Auto Reply on SDSF Console

2020-11-30 Thread Barkow, Eileen
=0 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Barkow, Eileen [02bc504b1642-dmarc-requ...@listserv.ua.edu] Sent: Monday, November 30, 2020 7:42 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Auto Reply on SDSF Console STRIP

Re: Auto Reply on SDSF Console

2020-11-30 Thread Barkow, Eileen
STRIP is not allowed in NETVIEW REXX You can just do something like this: V = SUBSTR(MSGVAR(4),1,8) IF V = '*SP5145*' | V='*SP5146*' THEN R MSGVAR(1),NO EXIT EXIT -Original Message- From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Monday, November 30, 2020 3:40

Re: MVS modify command capture

2020-08-26 Thread Barkow, Eileen
If you could issue the modify command under System Automation you would be able to trap the entire command and response and write them out To a dataset. I have clists that do this which I send you examples of. -Original Message- From: IBM Mainframe Discussion List On Behalf Of

Re: Still COBOL After All These Years?

2020-07-17 Thread Barkow, Eileen
For those not aware of this IBM has been offering free web COBOL classes and have been getting hundreds of people in attendance, many of whom are new mainframe programmers. They are also offering a free class on the IDZ/Data Studio products (ECLIPSE based products for Cobol, SQL and other

Re: WAS Liberty Start UP Issue

2020-06-22 Thread Barkow, Eileen
on this both issue. On Fri, Jun 19, 2020 at 4:05 PM Barkow, Eileen < 02bc504b1642-dmarc-requ...@listserv.ua.edu> wrote: > I had to add: > > pollingRate="5s > > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of saurabh khandelwal

Re: WAS Liberty Start UP Issue

2020-06-19 Thread Barkow, Eileen
I had to add: jsp-2.3

Re: REXX assistance

2020-05-20 Thread Barkow, Eileen
Is not PROF for TSO, not Netview? The 878 abend is occurring in Netview. You can just use Netview to automate the starting of a procedure to run directly under TSO. -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Wednesday, May 20, 2020 8:03

Re: How determine local time zone *name* in Rexx?

2020-05-18 Thread Barkow, Eileen
Java has several classes and API methods to get the time zone. Where does the JVM determine this info -is is not from the Unix settings? -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Monday, May 18, 2020 8:33 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Using the CONSOLE command

2020-05-18 Thread Barkow, Eileen
  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 49546 616.653.8429  |  fax: 616.653.2717 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Barkow, Eileen Sent: Monday, May 18, 2020 6:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Using the CONSOLE command

Re: Using the CONSOLE command

2020-05-18 Thread Barkow, Eileen
You can also use the SDSF/REXX interface to issue console commands and retrieve the response. IBM provides several examples of this. -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Monday, May 18, 2020 1:37 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: IDCAMS not freeing file

2020-05-07 Thread Barkow, Eileen
For one thing, make sure that the CICS FCT entry specifies DISPOSITION SHARE and OPENTIME FIRSTREF -Original Message- From: IBM Mainframe Discussion List On Behalf Of Joel C. Ewing Sent: Thursday, May 7, 2020 9:19 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IDCAMS not freeing file I

Re: IBM Developerworks is gone!

2020-05-06 Thread Barkow, Eileen
https://developer.ibm.com/ seems to have some useful things like tutorials, but I cannot find any forums for reporting problems and answering questions. -Original Message- From: IBM Mainframe Discussion List On Behalf Of scott Ford Sent: Wednesday, May 6, 2020 1:04 PM To:

Re: How to change the default '.java' extension to '.jav'?

2020-04-14 Thread Barkow, Eileen
You need to set up annotation processor files but I am not sure how to do this. m:\javaprog>javac streamx.jav error: Class names, 'streamx.jav', are only accepted if annotation processing is explicitly requested -Original Message- From: IBM Mainframe Discussion List On Behalf Of CM

Re: New Jersey Pleas for COBOL Coders for Mainframes Amid Coronavirus Pandemic

2020-04-08 Thread Barkow, Eileen
https://www.cnn.com/2020/04/08/business/coronavirus-cobol-programmers-new-jersey-trnd/index.html -Original Message- From: Barkow, Eileen Sent: Wednesday, April 8, 2020 1:32 PM To: IBM Mainframe Discussion List Subject: RE: New Jersey Pleas for COBOL Coders for Mainframes Amid Coronavirus

Re: New Jersey Pleas for COBOL Coders for Mainframes Amid Coronavirus Pandemic

2020-04-08 Thread Barkow, Eileen
NJ Gov Murphy just mentioned need for Cobol programmers during his press conference currently going on. Someone must have mentioned it to him - maybe he knows about IBM-MAIN -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Tuesday, April 7, 2020

Re: SFTP Get

2020-02-06 Thread Barkow, Eileen
Try coding EXIT=0 in the parm field. It sets the CC to 0, at least it looks like it does //FTPSEXEC PGM=FTP,PARM=('-v MVSI 2121 (EXIT=0)') -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ron Thomas Sent: Thursday, February 6, 2020 9:19 AM To:

Re: it was 20 years ago today ....

2020-01-03 Thread Barkow, Eileen
of New York City in Jan 1, 2000? . . 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 robin...@sce.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of Barkow

Re: [External] Re: FW: Re: it was 20 years ago today ....

2020-01-03 Thread Barkow, Eileen
Would you believe that there is still fallout from Y2K. NYC parking meters could not accept credit cards because of it. https://www.ny1.com/nyc/all-boroughs/news/2020/01/03/software-glitch-knocks-out-credit-card-payments-at-nyc-parking-meter -Original Message- From: IBM Mainframe

Re: WTO

2019-11-08 Thread Barkow, Eileen
CHECK MPFLIST settings like this, which will suppress all msgs not specifically listed in the list : .DEFAULT,AUTO(NO),SUP(YES) -Original Message- From: IBM Mainframe Discussion List On Behalf Of Dan D Sent: Friday, November 8, 2019 4:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: WTO

Re: It's Official: Open-Plan Offices Are Now the Dumbest Management Fad of All Time | Inc.com

2019-07-24 Thread Barkow, Eileen
One of our former Mayors used open plan offices for his private buisnesses and tried to get some of the city agencies to convert to them as well. We had a great big floor (with 360 degree views) covered with desks everywhere and I really liked it. I got to know some of what was going on with

Re: Strange error on DR test

2019-07-12 Thread Barkow, Eileen
It looks like you are using the couple dataset and not dasd for logging. Check the definitions in the jct entries using the logs and how the log datasets were defined. To make it simple, turn off logging in CICS. You would need to find the jct entries specifying logging and dummy them out in the

Re: Copy error Java module

2019-06-12 Thread Barkow, Eileen
ISHELL COPY option has a 'BINARY COPY' option. If selected the module will be copied to the PDSE. This is not a java module - it is the JZOS load module residing in the java HFS Copying from file: /usr/lpp/java/J8.0_64/mvstools/JVMLDM86 Destination for copy: __ 1. File... 2.

Re: Copy error Java module

2019-06-12 Thread Barkow, Eileen
Select the BINARY option -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jake Anderson Sent: Tuesday, June 11, 2019 11:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Copy error Java module Hi Cross posted I am trying to copy a java load module JVMLDMxx using TSO

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program? - JZOS question

2019-01-11 Thread Barkow, Eileen
the ZipDatasets.java example that you mentioned. I don't see any changes except for some minor javadoc cleanups since I originally wrote it 10 years ago. On Fri, Jan 11, 2019 at 11:56 AM Barkow, Eileen wrote: > i just downloaded the latest samples and see that many were recompiled > in 201

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program? - JZOS question

2019-01-11 Thread Barkow, Eileen
problem with using the sample classes, which are not included in the SDK unless you download them. On Fri, Jan 11, 2019 at 11:18 AM Barkow, Eileen wrote: > I was referring specifically to the supplied classes given with JZOS > - like ZipDataSets, those to process MVs files, MVS C

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program? - JZOS question

2019-01-11 Thread Barkow, Eileen
code) in included in the 64-bit SDKs. I don't know what problem that you were having, but it sounds like a CLASSPATH problem with using the sample classes, which are not included in the SDK unless you download them. On Fri, Jan 11, 2019 at 11:18 AM Barkow, Eileen wrote: > I was referr

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program? - JZOS question

2019-01-11 Thread Barkow, Eileen
See for example: > https://www.ibm.com/support/knowledgecenter/en/SSYKE2_7.0.0/com.ibm.ja > va.zsecurity.70.doc/zsecurity-component/jzos.html > > Kirk Wolf > Dovetailed Technologies > http://dovetail.com > > On Fri, Jan 11, 2019 at 11:01 AM Barkow, Eileen > > wrote

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program? - JZOS question

2019-01-11 Thread Barkow, Eileen
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Barkow, Eileen Sent: Friday, January 11, 2019 11:58 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program? - JZOS question

2019-01-11 Thread Barkow, Eileen
Re JZOS: The last time I looked at JZOS , about 2 years ago, there were no supplied classes for 64 bit java, only 31 bit. JZOS itself had a 64 bit option to run the batch launcher, but no classes that I could find, like those for the MVS datasets or my favorite one for ZipDataSets. And the

Re: article about Grace Hopper, developer of COBOL

2019-01-10 Thread Barkow, Eileen
- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Marchant Sent: Thursday, January 10, 2019 9:31 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: article about Grace Hopper, developer of COBOL On Thu, 10 Jan 2019 13:48:14 +, Barkow, Eileen wrote: >Navig

Re: article about Grace Hopper, developer of COBOL

2019-01-10 Thread Barkow, Eileen
, 'Go ahead and do it. You can always apologize later.'" ~ Grace Hopper And one of the most used even today... "It is often easier to ask for forgiveness than to ask for permission." ~ Grace Hopper ;-D an -Original Message- From: IBM Mainframe Discussion List On Behal

article about Grace Hopper, developer of COBOL

2019-01-10 Thread Barkow, Eileen
Navigate to page A8 for interesting article about Grace Hopper, developer of COBOL http://paper.amny.com/html5/reader/production/default.aspx?=4af0aa34-706c-410d-a9ff-f93a3c23b1c7 This e-mail, including any attachments, may be confidential, privileged or

Re: SVC99 DEALLOC Failure

2018-10-30 Thread Barkow, Eileen
DEALLOC requires 2 text units - the DDName tu and an UNALLOC tu ***UNALLOC TU LA6,DUNUNALC POINT TO UNALLOC KEY STH 6,S99TUKEY & PLUG IT INTO T.U. LA6,0 0 PARMS FOR UNALLOC STH 6,S99TUNUM PLUG INTO T.U. MVI S99VERB,S99VRBUN PLUG IN

Re: SDSF and z/OSEM and Automation

2018-10-19 Thread Barkow, Eileen
You would have to know each job name/number in advance for the $DJ,LONG. SDSF can show the entire input queue - you just select each task, get the start time, and cancel it if needed directly from SDSF. -Original Message- From: IBM Mainframe Discussion List

Re: SDSF and z/OSEM and Automation

2018-10-19 Thread Barkow, Eileen
You really do not need automation for this except to kick off a task that uses SDSF/REXX to issue an "I" command to see the input queues and Then select each entry to see the date/time the job was submitted. You can find sample SDSF/REXX clists in the manual which do similar things or I have

Re: get ECSA key 7 storage under CICS

2018-10-18 Thread Barkow, Eileen
I believe that z/OS waits are still occurred in CICS when accessing certain types of files, like extra-partition, which are QSAM datasets. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Jaffe Sent: Thursday, October 18, 2018 1:57

Re: get ECSA key 7 storage under CICS

2018-10-18 Thread Barkow, Eileen
- From: IBM Mainframe Discussion List On Behalf Of Barkow, Eileen Sent: Thursday, October 18, 2018 9:55 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: get ECSA key 7 storage under CICS **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails

Re: get ECSA key 7 storage under CICS

2018-10-18 Thread Barkow, Eileen
? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Barkow, Eileen Sent: Thursday, October 18, 2018 9:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: get ECSA key 7 storage under CICS **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders

Re: get ECSA key 7 storage under CICS

2018-10-18 Thread Barkow, Eileen
I actually have run a few CICS programs in supervisor state using an old SVC routine that LRS used to provide - You just pass it the address of the code to run and it sets the JSCBAUTH bit on so that the code runs in supervisor state/key 0. I needed this in order to issue MVS commands directly

Re: S106 abends after copying into LINKLIST

2018-10-02 Thread Barkow, Eileen
From: IBM Mainframe Discussion List on behalf of Barkow, Eileen Sent: Monday, October 1, 2018 10:21 AM To: IBM-MAIN@listserv.ua.edu Subject: Re: S106 abends after copying into LINKLIST The whole idea was not to have to refresh LLA - we wanted to wait until

Re: S106 abends after copying into LINKLIST

2018-10-02 Thread Barkow, Eileen
. Your current maintenance strategy is dangerous and is the cause of the problem. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Barkow, Eileen Sent: Monday, October 1, 2018 10:09 AM To: IB

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
the allocation. Dan On: 01 October 2018 12:11, "Barkow, Eileen" mailto:ebar...@doitt.nyc.gov>> wrote: The dataset allocation stayed the same. It was the emptying out of members and compressing that caused the problem. Thanks for the response. -

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
RV.UA.EDU] On Behalf Of Barkow, Eileen Sent: Monday, October 01, 2018 10:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: S106 abends after copying into LINKLIST Thanks Lizette. The dataset is was emptied/copied in a different lpar than where it is used. But as was explained, the pds directory go

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
do a IEBPDSE Copy of the PDS/E to a new one and see if there are any I/O errors? https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ida u100/pdse.htm Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Barkow, Eile

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
nt. Best regards. Max Il giorno lun 1 ott 2018 alle ore 16:10 Barkow, Eileen < ebar...@doitt.nyc.gov> ha scritto: > Hi MVS gurus. > Perhaps someone can offer a plausible explanation for this, so that > the MVS group will stop blaming the CICS group for the problem. > >

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
copying into LINKLIST Did you refresh LLA? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Barkow, Eileen Sent: Monday, October 01, 2018 10:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: S106 abends after copying into LINKLIST **CAUTION EXTERNAL EMAIL** **DO NOT open

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
a standard PDS ? Was it compressed ? Is the loadlib a PDSE ? This could better explain the incident. Best regards. Max Il giorno lun 1 ott 2018 alle ore 16:10 Barkow, Eileen < ebar...@doitt.nyc.gov> ha scritto: > Hi MVS gurus. > Perhaps someone can offer a plausible explanation

Re: S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
Sent: Monday, October 01, 2018 10:19 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: S106 abends after copying into LINKLIST You need to refresh lla. בתאריך יום ב׳, 1 באוק׳ 2018, 16:10, מאת Barkow, Eileen ‏< ebar...@doitt.nyc.gov>: > Hi MVS gurus. > Perhaps someone can offer a plausible

S106 abends after copying into LINKLIST

2018-10-01 Thread Barkow, Eileen
Hi MVS gurus. Perhaps someone can offer a plausible explanation for this, so that the MVS group will stop blaming the CICS group for the problem. Last friday morning we copied new CICS LINKLIST/LPA modules into the existing LINKLIST/LPA loadlibs in use (a rather new scenario in use here - we

Re: websphere-liberty question

2018-09-25 Thread Barkow, Eileen
JCI710L is the fmid for Liberty with CICS 5.4, but it did not install what it should have - just supplied a clist with a PAX command you can run With the supplied pax file to install the wlp subdirectory into /usr/lpp/cicsts/cicsts54. -Original Message- From: Barkow, Eileen Sent

Re: websphere-liberty question

2018-09-25 Thread Barkow, Eileen
Liberty is included with CICS, but with out recent CICS TS 5.4 install, the wlp directory did not get placed in the HFS. I had to find the pax file for it and install it manually. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of

Re: Downloading java for z/OS

2018-08-16 Thread Barkow, Eileen
>> On Behalf Of Barkow, Eileen Sent: Thursday, August 16, 2018 3:43 PM To: IBM-MAIN@LISTSERV.UA.EDU<mailto:IBM-MAIN@LISTSERV.UA.EDU> Subject: Re: Downloading java for z/OS https://developer.ibm.com/javasdk/support/zos/ worked for me. Click on download for java 8 (64 bit) - you wi

Re: Downloading java for z/OS

2018-08-16 Thread Barkow, Eileen
https://developer.ibm.com/javasdk/support/zos/ worked for me. Click on download for java 8 (64 bit) - you will then need an id to sign in. After signing in, it goes to the download page -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf

Re: DYNALLOC

2018-07-05 Thread Barkow, Eileen
Are you running with AMODE=24? I think that you still need to, from looking at my old DYNALLOC pgms. DS 0F DYNBLKS EQU * RBPOINT DC A(RBS) ADR REQ BLOCK PASSED IN R1 ORG RBPOINT S99RBP DSECT DCX'80' HI ORDER BIT MUST BE ON DS0F RBS

Re: trying to reload a pdse after it has been unloaded and ftp'd

2018-05-17 Thread Barkow, Eileen
LKSIZE=27998 First Tennessee Bank Mainframe Technical Support -Original Message- From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of Barkow, Eileen Sent: Wednesday, May 16, 2018 3:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: trying to reload a pdse after

Re: trying to reload a pdse after it has been unloaded and ftp'd

2018-05-16 Thread Barkow, Eileen
-Original Message- From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of Barkow, Eileen Sent: Wednesday, May 16, 2018 3:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: trying to reload a pdse after it has been unloaded and ftp'd [External Email] I used mode b type e and A

Re: trying to reload a pdse after it has been unloaded and ftp'd

2018-05-16 Thread Barkow, Eileen
Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of Barkow, Eileen Sent: Wednesday, May 16, 2018 12:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: trying to reload a pdse after it has been unloaded and ftp'd [External Email] THANK YOU Lionel! The TERSE/UNTERSE worked. Al

Re: trying to reload a pdse after it has been unloaded and ftp'd

2018-05-16 Thread Barkow, Eileen
' and 'mode b' in your FTP control cards. First Tennessee Bank Mainframe Technical Support -Original Message- From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of Barkow, Eileen Sent: Wednesday, May 16, 2018 12:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Re: trying to reload a pdse after it has been unloaded and ftp'd

2018-05-16 Thread Barkow, Eileen
@LISTSERV.UA.EDU Subject: Re: trying to reload a pdse after it has been unloaded and ftp'd Although I haven't used it much, it would seem ftp's MVSPUT 'XCICS.FA.HIST' 'XCICS.FA.HIST.RESTORED' (REALLOC could eliminate some steps? On Wed, May 16, 2018 at 10:57 AM, Barkow, Eileen <ebar...@doitt.nyc.

Re: trying to reload a pdse after it has been unloaded and ftp'd

2018-05-16 Thread Barkow, Eileen
From: IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu> on behalf of Barkow, Eileen <ebar...@doitt.nyc.gov> Sent: Wednesday, May 16, 2018 11:57 AM To: IBM-MAIN@listserv.ua.edu Subject: trying to reload a pdse after it has been unloaded and ftp'd I am trying to reload an u

trying to reload a pdse after it has been unloaded and ftp'd

2018-05-16 Thread Barkow, Eileen
I am trying to reload an unloaded pdse after it has been ftp'd to a target lpar. there is a known problem with this using IEBCOPY UNLOAD/RELOAD described on IBMLINK and none of the work-around overrides to ftp work. TRSMAIN/TERSE does not support PDSE. So I switched over to ADRDSSU. I dump a

Re: [TSO-REXX] Sdsf rexx

2018-05-11 Thread Barkow, Eileen
y computing. We want Pipelines in the z/OS base. On Tue, May 8, 2018 at 4:18 PM, Barkow, Eileen <ebar...@doitt.nyc.gov> wrote: > This is a SDSF/REXX clist that extracts sysout datasets with names S* > on the ST queue and archives them to datatsets. > It can be adapted to extr

rare CICS SYSTEMS PROGRAMMING OPPORTUNITY IN BEAUTIFUL DOWNTOWN BROOKLYN

2018-05-09 Thread Barkow, Eileen
We had a last minute cancellation of an offer so here it is again If anyone Is interested. City of New York Department of Information Technology & Telecommunication Job Posting Notice Civil Service Title: Computer Specialist (Operations) Level: Title Code No: 13622Salary:

Re: [TSO-REXX] Sdsf rexx

2018-05-08 Thread Barkow, Eileen
This is a SDSF/REXX clist that extracts sysout datasets with names S* on the ST queue and archives them to datatsets. It can be adapted to extract datasets with other criteria. /* REXX */ TRACE e /*ISFTRACE="ON" */ /*ISFTRMASK="ALL" */ PROFILE NOPREFIX rc=isfcalls('ON') PARSE ARG p1 p2 p3 IF

rare CICS Systems programming opportunity in Beautiful Dowtown Brooklyn

2018-04-27 Thread Barkow, Eileen
City of New York Department of Information Technology & Telecommunication Job Posting Notice Civil Service Title: Computer Specialist (Operations) Level: Title Code No: 13622Salary: $71,330/$82,030 - $111,344 Business Title: Transaction Server (CICS) SpecialistWork Location:

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Barkow, Eileen
Many of the assembler routines will probably have to be re-written in the hideous c/c++ languages to be called by java (not sure if the JNI supports assembler). Probably all the assembler could be rewritten in c or c++ but java is a lot nicer to work with. -Original Message- From: IBM

Re: Interesting - NODE for z/OS

2018-02-21 Thread Barkow, Eileen
CICS DOCTEMPLATES can include javascript code. So NODE Is not the only thing that allows it. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Wednesday, February 21, 2018 8:05 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Silly C problem adding hex 6C-psa.h - edcdsect

2018-02-09 Thread Barkow, Eileen
From: IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu> on behalf of Barkow, Eileen <ebar...@doitt.nyc.gov> Sent: Friday, February 9, 2018 8:40 AM To: IBM-MAIN@listserv.ua.edu Subject: Re: Silly C problem adding hex 6C-psa.h - edcdsect Ho

Re: Silly C problem adding hex 6C

2018-02-09 Thread Barkow, Eileen
this easy. String jobName = ZUtil.getCurrentJobname(); WtoMessage msg = new WtoMessage(jobName); MvsConsole.wto(msg); Regards Ray -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Barkow, Eileen Sent: 09 February 2018 14:00 To: IBM-MAIN

Re: Silly C problem adding hex 6C

2018-02-09 Thread Barkow, Eileen
Actually I do not like C or C++ very much - I am just including some c routines in a java program I am writing because there are a lot of things that cannot be done in Java, or least I do not know how to do them. But I know java little better than I know c/c++. In this case, I am using the C

Re: Silly C problem adding hex 6C-psa.h - edcdsect

2018-02-09 Thread Barkow, Eileen
How do you run this script? I tried it under UNIX and MVS as a rexx clist and get all kinds of errors. $ ccsect psa.h:: ccsect 1: FSUM7351 not found edcdsect.rexx: ccsect 4: FSUM7351 not found $ -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Re: Silly C problem adding hex 6C

2018-02-08 Thread Barkow, Eileen
Thank you John, Charles, Seymour, Allan,Paul and everyone else for their help with this. I finally got the program to work and display the job name. Of course there are more efficient ways of coding this using struct and templates, but this is the way I can best understand the strange workings

Re: Silly C problem adding hex 6C

2018-02-08 Thread Barkow, Eileen
I tried the simplest solution of casting ASXB to a CHAR * since I am not familiar with templates and basically got the same value as before. I will try some of the other solutions . Thanks everyone $ jn2 ASCB = FB7A00 ASXBC = FB7BB0 int *PSA;

Re: Silly C problem adding hex 6C

2018-02-08 Thread Barkow, Eileen
Thank you Charles and Seymore. I thought that the problem had something to do with adding to pointers but I could not find any doc about it in the manuals. I am still not sure that I understand how to fix it but I will try based on your info. -Original Message- From: IBM Mainframe

Re: Silly C problem adding hex 6C

2018-02-08 Thread Barkow, Eileen
pointer arithmetic in C scaled by the item size? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu> on behalf of Barkow, Eileen <ebar...@doitt.nyc.gov> Sent: Thursday, Februar

Silly C problem adding hex 6C

2018-02-08 Thread Barkow, Eileen
I am still trying to crawl my way around C/C++ and am just trying to do one simple thing: add value 0X6C to a pointer address (which was originally supplied by this list as a means to get the jobname). something gets added to the pointer but it is not 0x6c. i tried all different combinations of

Re: curious: Popularity & use of C on z/OS.

2018-01-12 Thread Barkow, Eileen
because little of it is intuitively obvious. But it's not that hard, and it really won't take long if you know assembler and/or some other language. sas On Fri, Jan 12, 2018 at 11:17 AM, Barkow, Eileen <ebar...@doitt.nyc.gov<mailto:ebar...@doitt.nyc.gov>> wrote: > C is a REALLY-

Re: curious: Popularity & use of C on z/OS.

2018-01-12 Thread Barkow, Eileen
nvest the time in learning it step-by-step, because little of it is intuitively obvious. But it's not that hard, and it really won't take long if you know assembler and/or some other language. sas On Fri, Jan 12, 2018 at 11:17 AM, Barkow, Eileen <ebar...@doitt.nyc.gov> wrote: > C

Re: curious: Popularity & use of C on z/OS.

2018-01-12 Thread Barkow, Eileen
C is a REALLY-REALLY hard language to learn (at least I am finding it to be so). Actually, I am only trying to use C without really learning it which makes it even more difficult. Java was created in order to be a simplification of C - But of course the problem with Java on z/os is that it runs

Re: C code to get running job name.

2018-01-11 Thread Barkow, Eileen
__jobname(), __stepname() etc are not documented in the XL C/C++ Runtime Library Reference Version 2 Release 2 SC14 manual. Where are they documented? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Thomas David Rivers Sent:

Re: C code to get running job name.

2018-01-10 Thread Barkow, Eileen
Thanks again John. I will try it out. The problem is when a program is started from OMVS under a USERID and runs under a different name, which makes it difficult for someone to cancel the job or issue modify commands against it. The system keeps appending numerical values to the USERID and you

Re: LRS VPS Printer Replacment

2017-12-18 Thread Barkow, Eileen
I am curious as to why you want to replace VPS with another product, at least one which you would have to pay for anyway. I know that Mckinney has a competing product which is probably cheaper than VPS, but LRS support has always been great (when they get paid on time) and it may not be worth

Re: Short on Storage

2017-10-17 Thread Barkow, Eileen
Where is the storage shortage - below or above the line? The DFH* msg will tell you. If above the line, just increase the EDSALIM (you should be using IEFUSI exit set to allow max above the line storage and REGION=0M). If below, check with MVS group that DSALIM is at the max you can get for your

Re: REXX and SDSF question

2017-09-18 Thread Barkow, Eileen
Not that it would necessarily fix the problem, but you are using the old SDSF/BATCH product and not the SDSF/REXX interface. SDSF/REXX has parms like ISFPREFIX, ISFOWNER, ISFFILTER. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of

Re: REXX and SDSF question

2017-09-18 Thread Barkow, Eileen
Is CICSREGION set properly? What happens if you hard code the region name prefix? Or try it in quotes and SET DISPLAY ON: QUEUE "SET DISPLAY ON" QUEUE "PREFIX "CICSREGION" " -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Ten

Re: REXX and SDSF question

2017-09-18 Thread Barkow, Eileen
Try QUEUE "OWNER *" not just OWNER -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Elardus Engelbrecht Sent: Monday, September 18, 2017 1:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX and SDSF question Peter Ten Eyck wrote:

Re: Windows 10 Pro automatic update

2017-06-27 Thread Barkow, Eileen
I think that I am just running windows 10 home version - I have to check it - I saw that the pc was originally running windows 7 and was upgraded to 10. But this worked: ctl-alt-delete->task manager->services->wuauserv->right click->stop -Original Message- From: IBM Mainframe Discussion

Re: Windows 10 Pro automatic update: was Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else)

2017-06-27 Thread Barkow, Eileen
LISTSERV.UA.EDU Subject: Re: Windows 10 Pro automatic update: was Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else) [Default] On 26 Jun 2017 08:45:34 -0700, in bit.listserv.ibm-main ebar...@doitt.nyc.gov (Barkow, Eileen) wrote: >I thought that the

Re: Windows 10 Pro automatic update: was Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else)

2017-06-26 Thread Barkow, Eileen
: was Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else) [Default] On 26 Jun 2017 08:45:34 -0700, in bit.listserv.ibm-main ebar...@doitt.nyc.gov (Barkow, Eileen) wrote: >I thought that the Windows 10 Update problems were due to something in the

Re: Windows 10 Pro automatic update: was Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else)

2017-06-26 Thread Barkow, Eileen
I thought that the Windows 10 Update problems were due to something in the way that Windows 10 had been mis-installed or upgraded from Windows 7 on my refurbished computer. It would just update and update and then claim that the updates could not be completed for some reason. After researching

  1   2   >