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
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:
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
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.
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
-
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
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
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
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
-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
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
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
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
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
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
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
-
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
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
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
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=
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
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:
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
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
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
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
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
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
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
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
---
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
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
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
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))
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
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
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
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.
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
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
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)'
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
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
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
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
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
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
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
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
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 */
//
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
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
This is how we have TLS setup for FTP on z/os 1.7.
;
; SECURITY OPTIONS
;
SECURE_MECHANISM TLS
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
54 matches
Mail list logo