Re: Servicelink, ETR and SR

2012-05-16 Thread Wissink, Brad [ITSYS]
I have to login in again to get to SR. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Barbara Nitz Sent: Wednesday, May 16, 2012 5:47 AM To: IBM-MAIN@bama.u

Re: active IODF data set

2012-05-04 Thread Wissink, Brad [ITSYS]
Thanks for the help. That was exactly what I needed. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Bonaduce, Frank Sent: Thursday, May 03, 2012 3:53 PM To:

Re: Printing a '3 of 9' barcode on a mainframe generated report

2012-04-04 Thread Wissink, Brad [ITSYS]
We have done it. In the Cobol program we set up a data definition like; 01 WSP1-PRINT-LINE-1. 12 WSP1-CC PIC X VALUE '1'. 12 WSP1-BARCODE-INV-NO. 16 FILLER

Re: WLM Capping

2012-02-07 Thread Wissink, Brad [ITSYS]
I don't know about SMF and capping, but when our processor is capped we know about it big time. We have a z/10 P01 Uniprocessor and when capping kicks in it cuts our CPU busy in half and things come to a standstill. We use RMF III CPC reports to watch how close we are getting to being capped.

Re: removing nulls from a file

2011-12-29 Thread Wissink, Brad [ITSYS]
The first two bytes are 'FF FE'. I tried saving it with UTF-8 and it removed all the nulls and looks correct now. Now just need to talk to the client to do this when they save the file. Thanks for all the help. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -

Re: Easytrieve*A010 INVALID FILE REFERENCE -

2011-08-30 Thread Wissink, Brad [ITSYS]
You need a file statement to define DATEPARM as a file. You must also have a JCL DD statement named DATEPARM pointing to the data control data set. The file statement should be before the JOB statement and look something like FILE DATEPARM * Field-name locationlength attribute DATE

Re: OpenPGP on z/OS

2011-05-24 Thread Wissink, Brad [ITSYS]
We have been using OpenPGP for approximately two years now. Our usage is very small. We are only encrypting files for two clients at this point. OpenPGP qualifies for EWLC. We are running it using JZOS. If you have specific questions I can try to answer them offline. Brad Wissink Informatio

Re: Can a person deq SYSZJES2 SDB.address?

2011-04-20 Thread Wissink, Brad [ITSYS]
Thanks. I like this approach and will investigate it more. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of McKown, John Sent: Wednesday, April 20, 2011 4:09 P

Re: HMC System Console usage (one more time)

2011-03-29 Thread Wissink, Brad [ITSYS]
1. yes 2. We are using OSA-ICC support for we have tried to recover OSA consoles when we have problems. 3. No locally-attached console, all OSA-ICC. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List

Re: CEETBCK and LE conforming assembler

2011-01-28 Thread Wissink, Brad [ITSYS]
-MAIN@bama.ua.edu Subject: Re: CEETBCK and LE conforming assembler On 1/28/2011 2:14 PM, Wissink, Brad [ITSYS] wrote: > I think I am after #1. Cobol program A dynamically calls Cobol program B. > Now I need a way for Cobol Program B to find out it was called by Cobol > program A. I was

Re: CEETBCK and LE conforming assembler

2011-01-28 Thread Wissink, Brad [ITSYS]
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Sam Siegel Sent: Friday, January 28, 2011 1:32 PM To: IBM-MAIN@bama.ua.edu Subject: Re: CEETBCK and LE conforming assembler On Fri, Jan 28, 2011 at 11:10 AM, Wissink, Brad [ITSYS] wrote: > The order wo

Re: CEETBCK and LE conforming assembler

2011-01-28 Thread Wissink, Brad [ITSYS]
The order would be that the originating Cobol program would call another Cobol program. The called Cobol program wants to know who called it because it can be called from many different programs. The called Cobol program would then call my assembler program which would traverse back though the

Re: Looking for mainframe e-mail software

2011-01-10 Thread Wissink, Brad [ITSYS]
SYSM from H&W. It runs in CICS. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Regan Sent: Monday, January 10, 2011 1:54 PM To: IBM-MAIN@bama.ua.edu Su

Re: Z10 OSA ICC

2010-10-18 Thread Wissink, Brad [ITSYS]
I don't think you can have OSD and OSC coexist. If you have an OSA Express2 card then each card has 2 ports and you can define each port individually as an OSD or an OSC in HCD. I don't know of an option that would let you do both. If you have the OSA express3 cards, then each card has 2 port

Re: DASD Moderate Alert from EMC DMX4

2010-08-31 Thread Wissink, Brad [ITSYS]
I think it is time I clarified a few things. Our EMC Symmetrix is supported by our storage group while I support our mainframe. There was some miscommunication at the start. The storage group looked at what error messages they were getting and were told that these are only informational messa

Re: Access z/OS 3270 TSO from "smartphone"?

2010-07-29 Thread Wissink, Brad [ITSYS]
Here is a redbook on just this topic. It has support for iPhone and Droid. http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247836.html?OpenDocument System z on the Go: Access z/OS from Smartphones. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -

Re: ICSF, Crypto Cards and DB2

2010-07-23 Thread Wissink, Brad [ITSYS]
We do DB2 row encrypt/decrypt using the ICSF CSNBENC and CSNBDEC service. We did this a couple of years ago, but we tested the various ICSF services and the KMC assembler instruction. We found the CSNBENC service worked the quickest when setup to utilize the CPACF hardware function and not act

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Wissink, Brad [ITSYS]
You also have a symbolic '&M' to represent a membername. Where is that being provided? If you don't provide a default 'M=member' on the PROC statement, then you must provide it on the START command, i.e. 'S JES2,M=member' Brad Wissink Information Technology Services Iowa State University 515-2

Re: Options for moving data

2010-02-03 Thread Wissink, Brad [ITSYS]
Here are a few ideas if you have the dasd at the new location configured and connected to you current processor; IBM, Innovation and others have software that can move your data between dasd units while you are up and running. We used this years ago to move from an RVA to a Shark Use some fo

Re: PSF printer

2010-01-29 Thread Wissink, Brad [ITSYS]
The main thing is with the printer definition in JES2. The work selection criteria needs to have the Form as a criteria that must be matched exactly. That is done by moving it before the '/'. The default is (W,Q,R,PRM,LIM/F,UCS,FCB) You need (W,Q,R,PRM,LIM,F/UCS,FCB) Also, make sure SETUP=

Re: PSF left margin positioning

2010-01-25 Thread Wissink, Brad [ITSYS]
Unless I missed something it looks like you have your left margin set at zero though out the formdef. So I would check the overlay because overlays have their own positioning data relative to the physical sheet. I would also check the printer to see if it has some type of hardware offset that

Re: WEB Print Server Shopping

2010-01-21 Thread Wissink, Brad [ITSYS]
You may want to check out H&W's product Jes2Web. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Jim Marshall Sent: Thursday, January 21, 2010 6:21 AM To:

Re: AFP Font

2010-01-13 Thread Wissink, Brad [ITSYS]
If you are using OGL you can print barcodes. I have a sample test we did if you are interested. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Adams, Tracy

Re: Looking for a job

2009-10-21 Thread Wissink, Brad [ITSYS]
My $0.02 from an Iowa native. The Atanasoff-Berry Computer was the world's first electronic digital computer. It was built by John Vincent Atanasoff and Clifford Berry at Iowa State University during 1937-42. It incorporated several major innovations in computing including the use of binary arith

Re: IODF Change...

2009-10-13 Thread Wissink, Brad [ITSYS]
When you IPL'd did you get the message that the hardware and software were out of sync. We just added storage to our machine and the process we used was 1. update the HCD 2. Build a new IODF file 3. Activate the IODF dynamically Activate both the hardware and software 4. Do

Console Logon timeout?

2009-08-13 Thread Wissink, Brad [ITSYS]
We are moving our operations staff to another building from where our processor is. Due to this change we are looking at making operations logon to the consoles. One thing I don't see is a timeout that would logoff an operator after some time period. Is there such a thing? Do most shops auto l

Re: JES and large volumes

2009-07-15 Thread Wissink, Brad [ITSYS]
No. We just added a full volume spool dataset on a 3390-27 (30,036 cylinders) to our current system dynamically. We used the configuration dialog to forward our checkpoints to larger data sets, but the rest was just modifying the current definitions. Brad Wissink Information Technology Servic

Re: NVAS error "explanation"

2009-07-15 Thread Wissink, Brad [ITSYS]
We have had problems when we did not have the 'ACB type' (Unique, Shared and Individual) set up correctly. We have also had problems when the 'Access Mode' is wrong. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe D

Re: Determine who's PPRC'd

2009-06-19 Thread Wissink, Brad [ITSYS]
I have an assembler program that is passed a device number and uses the UCBSCAN macro to get device information. It then uses the ANTRQST macro to get PPRC information. If you are intersted you can contact me offline. Brad Wissink Information Technology Services Iowa State University 515-294-3

Re: What to use to find tape utilization?

2009-06-16 Thread Wissink, Brad [ITSYS]
hould already be available in you tape management system, I know it is in TMS and RMM. >>> "Wissink, Brad [ITSYS]" 6/16/2009 2:02 PM >>> Thanks, this is what we are looking for. Brad Wissink Information Technology Services Iowa State University 515-294-3088 ---

Re: What to use to find tape utilization?

2009-06-16 Thread Wissink, Brad [ITSYS]
Thanks, this is what we are looking for. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Klein, Kenneth Sent: Tuesday, June 16, 2009 12:35 PM To: IBM-MAIN@b

Re: System data sets and 3390-27

2009-05-19 Thread Wissink, Brad [ITSYS]
But my question is why create a 3390-1 for each of the individual data sets, like RACF db, Jes checkpoint, etc when I can create a 3390-27 (specifically 30015 cylinders) and use PAV's. Shouldn't that give me the same functionality without having to manage a bunch of small volumes? Brad Wissink

Re: problem in using a new page segment

2009-04-15 Thread Wissink, Brad [ITSYS]
The Overlay load library does not have to be in the library list for a formdef compile. In fact you don't have to recompile the formdef to use a new overlay as long as the name of the overlay has not changed. If you are using PSF on z/OS then it pulls all resources together before sending the print

Re: OAM RECALL objects to DB2 dasd...IMAGPLUS

2009-02-06 Thread Wissink, Brad [ITSYS]
Joel, We had to recall all our objects because our 3995 optical jukebox was going off support. I set up the CBROAM00 member as follows; SETOPT MOUNTWAITTIME(60) SETOSMC MAXRECALLTASKS(5) STORAGEGROUP(SGROUP00 RECALLOPTICAL(255))

Re: Netview Access Services (NVAS) and Mixed-case Passwords

2009-01-19 Thread Wissink, Brad [ITSYS]
Yes it does, because we are using mixed-case passwords. It requires a PTF for APAR PK16580. From: IBM Mainframe Discussion List on behalf of Chase, John Sent: Mon 1/19/2009 7:17 AM To: IBM-MAIN@bama.ua.edu Subject: Netview Access Services (NVAS) and Mixed-case P

Re: VATLST00

2008-09-24 Thread Wissink, Brad [ITSYS]
Can you use the Mount command to change the usage to private M ,VOL=(SL,MVSCAT),USE=PRIVATE where is the unit address We run SMS and still have a storage volume. It is used by temporary data sets that fall outside SMS assignment. For us one such product is HCD. It alloc

Re: secure ftp on the mainframe

2008-07-24 Thread Wissink, Brad [ITSYS]
We run FTP with SSL and FTP with SSH. FTP/SSL is part of TCPIP, while sftp (FTP/SSH) is part of IBM Ported Tools (free for the download). We run both from batch procedure. We have RACF control the certificates and keyrings for FTP/SSL. Then you use the SYSFTPD DD statement to tell FTP if SSL

Re: Slow FTP transfer from z/OS to Unix

2008-06-16 Thread Wissink, Brad [ITSYS]
We had a similar problem and found it was related to port 113 and firewalls. We had the ftp server on a Linux box and were using the client from z/OS. We ended up creating a rule to keep the Linux ftp server from sending to port 113 of the client. Port 113 has something to do with identd.

Re: SSL Timeout

2008-06-09 Thread Wissink, Brad [ITSYS]
We had similar problems with one client using Zephyr's product PassPort. After doing a log of debugging we determined that it might be the firewall problem. It seemed the timing mark request was not getting thought so tcpip thought the connection was broke. That fixed the problem somewhat. We th

Re: Detecting looping CICS transaction

2008-05-29 Thread Wissink, Brad [ITSYS]
Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Wissink, Brad [ITSYS] Sent: Thursday, May 29, 2008 4:35 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Detecting looping CICS transaction Our CICS guy wrote a program that queries all the active transactions and then determines how many

Re: Detecting looping CICS transaction

2008-05-29 Thread Wissink, Brad [ITSYS]
Our CICS guy wrote a program that queries all the active transactions and then determines how many seconds it has been running. We then kill off the 'looping' transactions'. He does a 'EXEC CICS INQUIRE TASK LIST ' to get the list of tasks and then issues 'EXEC CICS INQUIRE TASK(WSWA-TASK-NUM)'

Re: z/OS SSL

2008-05-29 Thread Wissink, Brad [ITSYS]
We used self-signed certificates with ftp. One thing to remember is that the CA of the self-signed certificate must be on the ftp client keyring. Also, we have installed IBM ported tools and am now using SSH and the sftp client on our z/OS system. Brad Wissink Information Technology Service

Re: encryption on z/OS

2008-05-16 Thread Wissink, Brad [ITSYS]
We have custom code for encrypting DB2 table data as needed. So far the need has been small. We also are installing IBM Encryption Facility and will be using the OpenPGP part to encrypt/decrypt data we handle with out outside clients. Brad Wissink Information Technology Services Iowa State Uni

Re: Secure TN3270

2008-04-28 Thread Wissink, Brad [ITSYS]
Bill, We did this a couple of years ago, but here are the main steps we used. If you need more detail you can contact me offline. 1. We setup TN3270 to use its own address spaced called TN3270. Point the PROFILE DD statement to the telnet parameter member 2. We assigned the TN3270 ad

Re: IBMLink down?

2007-12-10 Thread Wissink, Brad [ITSYS]
Sorry, but I just tried it and it worked fine. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Pinnacle Sent: Monday, December 10, 2007 11:59 AM To: IBM-MAIN@BA

Re: ICSF First-time Startup

2007-11-28 Thread Wissink, Brad [ITSYS]
We went from a z/800 to a z/9 BC. We purchased CEX2 cards because we thought we needed them. We did a lot of testing of the CEX2 cards versus CPACF using the both the KMC and CSFENC commands. I found two papers that helped a lot. One was 'How To Use the New z990 Cryptographic Operation Codes' b

Re: I Got a Job

2007-11-27 Thread Wissink, Brad [ITSYS]
Congratulations and welcome to the neighborhood. Just up the road about 30 miles from Des Moines in Ames. Brad Wissink Information Technology Services Iowa State University 515-294-3088 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Eric B

Re: APF-Authorized

2007-11-16 Thread Wissink, Brad [ITSYS]
In DFSMS Access Method Services for Catalogs, Appendix A. Security Authorization Levels, Table 5 lists the Required Security Authorization for Catalogs Function Performed Define AliasĀ of UCAT Required RACF for User Catalog None Required RACF for Master CatUpdate

Re: COPYMARK when using PSF printing on an Infoprint 65000

2007-11-01 Thread Wissink, Brad [ITSYS]
gards Sheldon Davis -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Wissink, Brad [ITSYS] Sent: Wednesday, October 31, 2007 8:21 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: COPYMARK when using PSF printing on an Infoprint 65000 We use an overl

Re: COPYMARK when using PSF printing on an Infoprint 65000

2007-10-31 Thread Wissink, Brad [ITSYS]
We use an overlay to place a small shaded box in each corner of the separator page. The overlay is specified in a formdef which is pointed to by the JOBHRDR DD statement in the PSF proc. Below is an example of the JCL //JOBHDR OUTPUT PAGEDEF=SY000L, /* JOB header separator pagedef */ //

Re: RMF and DASD Storage Display

2007-10-29 Thread Wissink, Brad [ITSYS]
We use the PARMLIB member ERBRMF04 to control RMF monitor III. We added the following to monitor the storage groups SGSPACE(ADD(TEMP)) /* SMS GROUP TO MONITOR */ SGSPACE(ADD(TEST)) /* SMS GROUP TO MONITOR */ Hope this helps Brad Wissink Information Te

Re: FTPS

2007-10-17 Thread Wissink, Brad [ITSYS]
Chase, John Sent: Wednesday, October 17, 2007 1:48 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: FTPS > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of Wissink, Brad [ITSYS] > > This is how we have TLS setup for FTP

Re: FTPS

2007-10-17 Thread Wissink, Brad [ITSYS]
This is how we have TLS setup for FTP on z/os 1.7. ; ; SECURITY OPTIONS ; SECURE_MECHANISM TLS

Re: PSF problems going from chan-attach to TCP/IP

2007-10-10 Thread Wissink, Brad [ITSYS]
We have two 2085's connect via TCPIP driven by PSF, plus numerous smaller printers all TCP/IP. We have been this way for a number of years with no problems. I believe we did have some problems initially so we set DISCINTV=00 on the printer definitions to PSF and that fixed it. Brad Wissink Inf