FTP Parameters in Batch

2012-05-08 Thread Sarel Swanepoel
Can anyone assist please.

I am looking for the FTP parameters to overwrite the default size of a Z9 
dataset that is created in 'Tracks' and not in 'Cylinders'.

//INPUT DD  *  
ascii  
GET Z9JobsDAY17APR2012.txt 'FASPT01.MXG.EDW.APR12.DAY17.FTP'   
quit   
//*    



Regards


Sarel Swanepoel
Please Note: This email and its contents are subject to our email legal notice 
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Hiperbatch on ZOS 1.10

2010-08-23 Thread Sarel Swanepoel
Thanks Ron.

Do you perhaps have a link to updated documentation for this seems
difficult to find any. 

 

Kind Regards,


Sarel Swanepoel
Infrastructure Hosting Services: Capacity Management

South African Revenue Services

 




-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Ron Hawkins
Sent: 23 August 2010 06:07 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Hiperbatch on ZOS 1.10

Sarel,

Absolutely yes.

I still think it is a shame that IBM have not enhanced Hiperbatch to
work
with Extended Format datasets.

Note that Hiperbatch works for BSAM and VSAM, as well as QSAM.

Ron



> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
> Sarel Swanepoel
> Sent: Monday, August 23, 2010 4:40 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: [IBM-MAIN] Hiperbatch on ZOS 1.10
> 
> Hi, will it still be worthwile to conduct an exercise to use
Hiperbatch
> for large sequential processing of datasets (QSAM)?
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Kind Regards,
> 
> 
> Sarel Swanepoel
> Infrastructure Hosting Services: Capacity Management
> 
> South African Revenue Services
> 
> 
> 
>   Office:
> 
>   +27 (0)12 422 5033
> 
> 
> 
>   Mobile:
> 
>   +27 (0)82 4927 321
> 
> 
> 
>   Fax:
> 
>   +27 (0)12 422 6068
> 
> 
> 
>   Email:
> 
>   sswanep...@sars.gov.za mailto:sswanep...@sars.gov.za>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Please Note: This email and its contents are subject to our email
legal
notice
> which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Please Note: This email and its contents are subject to our email legal notice 
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Hiperbatch on ZOS 1.10

2010-08-23 Thread Sarel Swanepoel
Hi, will it still be worthwile to conduct an exercise to use Hiperbatch
for large sequential processing of datasets (QSAM)?

 

  

 

 

 

Kind Regards,


Sarel Swanepoel
Infrastructure Hosting Services: Capacity Management

South African Revenue Services

 

  Office:

  +27 (0)12 422 5033

 

  Mobile:

  +27 (0)82 4927 321

 

  Fax:

  +27 (0)12 422 6068

 

  Email:

  sswanep...@sars.gov.za mailto:sswanep...@sars.gov.za> 

 

 

   

 

 


Please Note: This email and its contents are subject to our email legal notice 
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


IBM SCRT Reports & Cobol Usage

2009-05-06 Thread Sarel Swanepoel
Hi, I need clarity on the following Cobol issue please.

 

We are currently running Cobol programs on some of our Z9 LPAR's. The
compilation of Cobol programs are however restricted to only one
development LPAR.

Should only this LPAR be specified in our monthly IBM SCRT reports or
the names of all LPAR's in which Cobol programs run?  

 

 

 

 

 

 

Kind Regards,


Sarel Swanepoel
Service Availability: Capacity Management

South African Revenue Services

 

  Office:

  +27 (0)12 422 5033

 

  Mobile:

  +27 (0)82 4927 321

 

  Fax:

  +27 (0)12 422 6068

 

  Email:

  sswanep...@sars.gov.za mailto:sswanep...@sars.gov.za> 

 

 

   

 

 


Please Note: This email and its contents are subject to our email legal notice 
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: DSN wirh LRECL > 32760 on Z/OS

2008-07-18 Thread Sarel Swanepoel
Hi

We received a request from the developers to create a dataset with LRECL
> 32727. They will be receiving data from the open systems environment
that will be + 52000 bytes long and need to process that data.

I found the following in the archives but have no idea how to do it.

>Actually, your suggestions 3-4 are the same. LRECL cannot exceed 32760
unless RECFM=VBS (variable spanned). You can't allocate a dataset with
a LRECL over 32760, but you can code it in a DCB. To use QSAM with a
LRECL over 32760, you must use LRECL=X and special QSAM coding. So, it
would have to be specially written assembler program.

Item #13228 (15 Jul 2005 18:37) - Re: A very simple yes/no question
about LRECL
From: "ANTONIO FONSECA (ESI-Sistemas)" <[EMAIL PROTECTED]>
Subject: Re: A very simple yes/no question about LRECL
MIME-version: 1.0

Actually, your suggestions 3-4 are the same.  LRECL cannot exceed 32760 
unless RECFM=VBS (variable spanned).  You can't allocate a dataset with 
a LRECL over 32760, but you can code it in a DCB.  To use QSAM with a 
LRECL over 32760, you must use LRECL=X and special QSAM coding.  So, it 
would have to be specially written assembler program. 

Even given that you can use VSAM spanned or variable spanned PS, the 
next issue is how does he get the data into the dataset.  He would have 
to devise some funky way of reading the outside data in pieces, 
assembling it into the 32761 byte record and writing it to the output 
dataset.<  
 










Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 
  Web Site: 
  
 
"In the absence of clearly-defined goals, we become strangely loyal to
performing daily trivia until ultimately we become enslaved by it." --
Robert Heinlein
 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Timothy Sipples
Sent: 18 July 2008 11:13 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: IBM's 2Q2008 Earnings

Ed Finnell writes:
>I read thru the thing at http://www.ibm.com/investor/2q08/ and  it 
>looked like a lot of consolidation back to the mainframe-most likely 
>z/VM and z/Linux. Especially if you look at decline in i-System on 
>p.21.

You have to be very careful about the System i numbers though, and
Loughridge explained this. When you buy a new system to run IBM i OS,
you are now increasingly buying System p branded servers. IBM is phasing
out separate branded hardware as the models get updated. (For some years
now the underlying hardware has been virtually identical anyway -- the
POWER microprocessors definitely -- but now it's official.) So some of
the System p sales are to run i OS (on the whole server or part of the
server), and reported System i sales reflect only System i branded
server models. That's my understanding anyway, and I think that's
reflected in the statement.

Yes, IFLs are one of the specialty engine types doing very well. The
others are zAAPs and zIIPs.

- - - - -
Timothy Sipples
IBM Consulting Enterprise Software Architect Specializing in Software
Architectures Related to System z Based in Tokyo, Serving IBM Japan and
IBM Asia-Pacific
E-Mail: [EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: A new low in e-mail disclaimers (Was Re: Z9 Upgrade)

2008-02-15 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


 
Hi

100% right, it is our famous lawyers that came up with it and it gets
added to our e-mail.

 

>Actually, Mr. Swanepoel didn't write that passage; either his e-mail
client or some upstream mail server inserted that warning. But a link to
a _2-page_ disclaimer???!!! What has the world sunk to. :-(

I guess we have the lawyers to thank for this new development.

Eric<



Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Z9 Upgrade

2008-02-14 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf



 Hi

We are upgrading/consolidating from 2 x 2C5 and 1 x 303 to a Z9-708 over
the weekend.

Is there a tool or other method to calculate the weight settings for
each LPAR on the new footprint. We would like the LPAR weights to add-up
to 1000. We also need to consider the logical processors per LPAR. In
total 8 LPAR's will be moved.


Any help will be appreciated. 












Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 
  Web Site: 
  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Converting DB2 Workload from IBM Z-Series to P-Series (AIX

2007-11-14 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi All

We have been tasked by management to do a Siebel DB2 workload conversion
exercise from an IBM Z-Series to P-Series (P6) and I would appreciate
any assistance with sizing such an application on the P-Series(P6).

The Siebel DB2 workload is currently running on a Z990-303 utilising +-
50% of the footprint (Prod LPAR) with the application servers running on
the Intel platform.

We are only interested in moving the Z-Series DB2 workload to an IBM P6
series.

Any conversion ratio's etc. will be welcomed.   







Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SAS ITRM vs MXG

2007-09-18 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi

We have been using SAS/ITRM for many years on the mainframe and other
platforms (porting the non-mainframe data to OMVS) with great success. A
couple of years ago we also negotiated a sub-capacity based license with
SAS which was very reasonable.

Management has however decided to save more costs and we are in the
process of migrating ITRM to the Intel platform, halving our costs.

SAS/ITRM is a bundled product which is made up of several SAS modules
such as SAS/GRAPH, SAS/BASE, SAS/STAT, SAS/ETS, etc.

It uses MXG to read the raw SMF/RMF data after which the data is
collected, summarized and stored in PDB's. This process is fully
automated.

The cost vs functionality is extremely low as ITRM can basically read
any type of performance data from any source i.e ZOS, OpenVMS, SQL, etc.

SAS/ITRM comes with a set of pre-written reports but one can easily
customize your own reports.  




Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 
  Web Site:

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Deleted PDS

2007-07-12 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi

Many thanks to everyone that contributed to the successful restore of
the PDS, especially to Jon Veilleux.

This is the reply from our Storage Administrator:

" Hi Jon,

 
I managed to recover the dataset. I dumped the tracks I identified and
restored them to another disk at a lower location using the OUTTRKS
option on the restore.

I appreciate all your assistance. Thanks for the help.

 

Warm Regards,

Mohan Hansjee

[EMAIL PROTECTED]

+27 83 461 2783

+27 12 422 6599"

 



Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


FW: Deleted PDS (Reply)

2007-07-11 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


The reply from Jon:

 

   Kind Regards,

Sarel Swanepoel



 -Original Message-
From: Veilleux, Jon L [mailto:[EMAIL PROTECTED] 
Sent: 11 July 2007 01:53 PM
To: Mohan Hansjee
Cc: Sarel Swanepoel
Subject: RE: Deleted PDS

 

I think that you have a problem with the track address due to this being
a 3390-9. According to the z/OS 1.7 JCL manual the track address must be
65535 or less. They don't seem to have updated the code to accept larger
DASD sizes. This seems like an oversight by IBM. I have a contact in IBM
SMS development. I will see if they have any suggestions.

In the mean time you might try the IBM-MAIN list again. Someone there
might have a suggestion.

 

address 

Specifies the track number of the first track to be allocated. Count the
first track of the first cylinder on the volume as 0. Count through the
tracks on each cylinder until you reach the track on which you want the
data set to start. The absolute track address must be a decimal number
equal to or less than 65535. 

 

I will let you know what I hear from IBM.

Jon L. Veilleux 
[EMAIL PROTECTED] 
(860) 636-2683 

 

 



From: Mohan Hansjee [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 11, 2007 6:19 AM
To: Veilleux, Jon L
Cc: Sarel Swanepoel
Subject: Deleted PDS

NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi Jon,

 

I am attempting to recover the dataset for Sarel.

 

I dumped the full volume using the tracks option and restored it on an
empty volume on our test system. I located the PDS at location

 

** TRACK(CCHH)  1A58 R0 DATA  


   COUNT  1A58010005A0


  6CD385A3 40E2A8A2 7EE5C1E3 5E404040  40404040 40404040 40404040
40404040

0020  40404040 40404040 40404040 40404040  40404040 40404040 40404040
40404040

0040  TO  009F   SAME AS ABOVE


 

When I calculated the track address as 101160 (X'1A58' = 6744 * 15
tracks).

 

When I used this as the track address I am getting a JCL error.

 

   1 //FASYS03I  JOB
(DBI,SYS1),MOE,CLASS=S,MSGCLASS=T,NOTIFY=&SYSUID  

 //* TYPRUN=HOLD


 IEFC653I SUBSTITUTION JCL -
(DBI,SYS1),MOE,CLASS=S,MSGCLASS=T,NOTIFY=F

   2 //STEP1 EXEC PGM=IEFBR14


   3 //DD1INDD   DSN=FASYS03.SAS.DQ.SOURCLIB,


 //  DISP=(NEW,CATLG),


 //  VOL=SER=SA8F2C,LRECL=80,BLKSIZE=27920,RECFM=FB,UNIT=3390,


 //  SPACE=(ABSTR,(100,101160,20))


   

STMT NO. MESSAGE


 


   3 IEF642I EXCESSIVE PARAMETER LENGTH IN THE SPACE FIELD


 

The data is on a 3390-9. Would this be a problem? I am also confused
with what I checked in the JCL manual. The manual says that the primary
space allocation is in tracks and not cylinders as you showed in your
example that you sent Sarel.

 

I would appreciate it if you assist me with this. 

 

 

 

 

This e-mail may contain confidential or privileged information. If you
think you have received this e-mail in error, please advise the sender
by reply e-mail and then delete this e-mail immediately. Thank you.
Aetna

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


FW: Deleted PDS

2007-07-11 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi All

 

The question below on behalf of our Storage Administrator. Any help will
be appreciated.

  

 

 

Kind Regards,


Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services

 

  Office:

  +27 (0)12 422 5033

 

  Mobile:

  +27 (0)82 4927 321

 

  Fax:

  +27 (0)12 422 6068

 

  Email:

  [EMAIL PROTECTED]

 

-Original Message-
From: Mohan Hansjee 
Sent: 11 July 2007 12:19 PM
Cc: Sarel Swanepoel
Subject: Deleted PDS

 

I am attempting to recover the PDS.

 

I dumped the full volume using the tracks option and restored it on an
empty volume on our test system. I located the PDS at location

 

** TRACK(CCHH)  1A58 R0 DATA  


   COUNT  1A58010005A0


  6CD385A3 40E2A8A2 7EE5C1E3 5E404040  40404040 40404040 40404040
40404040

0020  40404040 40404040 40404040 40404040  40404040 40404040 40404040
40404040

0040  TO  009F   SAME AS ABOVE


 

When I calculated the track address as 101160 (X'1A58' = 6744 * 15
tracks).

 

When I used this as the track address I am getting a JCL error.

 

   1 //FASYS03I  JOB
(DBI,SYS1),MOE,CLASS=S,MSGCLASS=T,NOTIFY=&SYSUID  

 //* TYPRUN=HOLD


 IEFC653I SUBSTITUTION JCL -
(DBI,SYS1),MOE,CLASS=S,MSGCLASS=T,NOTIFY=F

   2 //STEP1 EXEC PGM=IEFBR14


   3 //DD1INDD   DSN=FASYS03.SAS.DQ.SOURCLIB,


 //  DISP=(NEW,CATLG),


 //  VOL=SER=SA8F2C,LRECL=80,BLKSIZE=27920,RECFM=FB,UNIT=3390,


 //  SPACE=(ABSTR,(100,101160,20))


   

STMT NO. MESSAGE


 


   3 IEF642I EXCESSIVE PARAMETER LENGTH IN THE SPACE FIELD


 

The data is on a 3390-9. Would this be a problem? I am also confused
with what I checked in the JCL manual. The manual says that the primary
space allocation is in tracks and not cylinders as you showed in your
example. (referring to the example from Jon L. Veilleux sent on Monday
to IBM-MAIN)

 

 

I would appreciate it if you assist me with this. 

 

 

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Deleted PDS

2007-07-09 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi

One of our guys has mistakenly deleted a PDS for which we have no
backups at all (naming standards point to a dev PDS but it is a
production PDS).

We know on what volume the dataset was cataloged and the storage
administrator has 'DISNEW' the SMS volume in order to prevent any new
allocations in order to recover it.

Could anyone with tips on the recovery process please let us know of it
as the storage administrator will try and recover the PDS tomorrow?






 

Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 
  html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Upgrade from Z990 to Z9

2007-06-01 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi

Could anyone please explain to me how many internal components are
actually replaced when upgrading from a Z990 to a Z9. 

Our IBM salesman says this is not a forklift upgrade but is done
'in-place'. 









Kind Regards,

Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services
 
  Office:
  +27 (0)12 422 5033
 
  Mobile:
  +27 (0)82 4927 321
 
  Fax:
  +27 (0)12 422 6068
 
  Email:
  [EMAIL PROTECTED]
 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Upgrades to Z900 Technology

2006-10-18 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi all

 

We currently have 2 x z900-2C5 which we are planning to upgrade in 2007.

 

I am aware that this technology cannot be upgraded any more and that we
will have to move to Z9 technology.

 

My question is, will the existing Capacity (MSU's) of the Z900's be
subtracted from when purchasing a new Z9 model?   

 

 

 

 

 

 

 

Kind Regards,


Sarel Swanepoel
Service Availability: Service & Business Capacity Management

South African Revenue Services

 

  Office:

  +27 (0)12 422 5033

 

  Mobile:

  +27 (0)82 4927 321

 

  Fax:

  +27 (0)12 422 5882

 

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


ADABAS Clustering Services (Adaplex)

2005-11-03 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi

 

We are planning to implement ADABAS Clustering Services (Old Adaplex)
within the next couple of months.

 

We are current on Z/OS version 1.4 but moving to V1.6 soon.

 

Any comments will be appreciated.

  

   

 

 

 

Kind Regards,


Sarel Swanepoel
Capacity Management

South African Revenue Services

 

  Office:

  +27 (0)12 422 5033

 

  Mobile:

  +27 (0)82 4927 321

 

  Fax:

  +27 (0)12 422 6068

 

  Email:

  [EMAIL PROTECTED]

 

  Web Site: 

  

 

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


ADAPLEX

2005-09-13 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi

 

Has anyone implemented ADAPLEX and would like to comment on it please?

 

Does it have the same Sysplex functionality such as CICS, DB2.  

 

 

 

 

 

 

Kind Regards,


Sarel Swanepoel
Capacity Management

South African Revenue Services

 

  Office:

  +27 (0)12 422 5033

 

  Mobile:

  +27 (0)82 4927 321

 

  Fax:

  +27 (0)12 422 6068

 

  Email:

  [EMAIL PROTECTED]

 

  Web Site: 

  

 

'That which can be done with fewer is done in vain with more' - Occam's
Razor.

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


FW: ADABAS and HDS TrueCopy

2005-08-31 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf


Hi All

Using SRDF and ADABAS to a remote site, our tests on ADABAS were
successful (verified by our DBA's).

I did however queried SAG in South Africa and they came up with the
following:

"When you run with Suspend and Resume, the physical database is in a
stable state. What is in memory is not relevant because all users will
be at 
ET state. So, there should be no pending transactional units of work. 
Suspend and Resume are available with V742 and above. 
 
The issue with SRDF is that it is in the hands of the users. Depending
on the save options used and, more specifically, what is actually done
during any restore, we cannot accept SRDF as being an integrated
backup/restore mechanism for an active Adabas database. 

Issues have been encountered in the past where DASD was switched off
before a buffer flush was completed. 
In this case a restore was needed because we could see the start of the
buffer flush and not the end; thus, we 
could not guarantee that Data Storage and Asso are still in sync because
of the way in which we write the blocks to the VTOCS.

 

 

This is an extraction of a PPRC disaster scenario.

 

ADA - PPRC disaster scenario question

 

Symptom:
We are going to use PPRC (Peer to Peer Remote Copy) technology in order
to continue with our production work in the event of a disk crash. 

If a crash happens, is there anything we need to do to make sure our
mirrored Adabas database is consistent? 


Resolution:   

As long as the mirrored data is a consistent real time shadow of primary
data there is no problem to: 

1) Start an Adabas nucleus using mirrored ASSO, DATA, and WORK after a
disk crash on primary - Adabas will perform the autorestart. 
2) Repair primary data after the hardware is fixed by copying the
mirrored data (completely: ASSO, DATA and WORK). 

It is most important for the DBA to understand that--ASSO, DATA, and
WORK--together make a consistent database. We have seen inconsistencies
after sites have used SNAPSHOTS of databases to restore DATA to a status
snapped half an hour ago, but leaving ASSO in its present state. Or
there was one case where ASSO and DATA were snapped after an abend in
Adabas (with pending autorestart on WORK) and were restored leaving the
database inconsistent. The DBA needs to make sure the database is
completely mirrored (all volumes of ASSO, DATA, and WORK) and that these
mirrored datasets are used completely if required.

 

Symptom:
Does Adabas support IBM's Peer to Peer Remote Copy (PPRC) technology? 


Resolution:   

PPRC - Peer to Peer Remote Copy - is a feature of the control unit
(3990-6) which should be transparent to all applications. PPRC is
supported with Adabas, and is transparent to Adabas. On the other hand,
Adabas does not exploit that feature in any way".
  
 


   



Kind Regards,

Sarel Swanepoel
Capacity Management

South African Revenue Services


  Office:  +27 (0)12 422 5033   
  Mobile:  +27 (0)82 4927 321   
  Fax: +27 (0)12 422 6068   
  Email:   [EMAIL PROTECTED]
  Web Site: 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ADABAS and HDS TrueCopy

2005-08-25 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf

Ron

We are using EMC's SRDF to mirror our data to the DR site with +- 90% of
our databases being ADABAS.



Kind Regards,

Sarel Swanepoel
Capacity Management

South African Revenue Services


  Office:  +27 (0)12 422 5033   
  Mobile:  +27 (0)82 4927 321   
  Fax: +27 (0)12 422 6068   
  Email:   [EMAIL PROTECTED]
  Web Site: 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IPL periodicity

2005-06-23 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf

Hi

Once a month.

Maintenance on Z/OS & Third Party software.





Kind Regards,

Sarel Swanepoel
Capacity Management

South African Revenue Services


  Office:  +27 (0)12 422 5033   
  Mobile:  +27 (0)82 4927 321   
  Fax: +27 (0)12 422 6068   
  Email:   [EMAIL PROTECTED]
  Web Site: 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] 
Sent: 23 June 2005 03:01 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: IPL periodicity

Monthly.

Maintenance, ptf's, memory leaks., etc.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Peter Hunkeler
Sent: Thursday, June 23, 2005 8:15 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: IPL periodicity


Out of curiosity, how often and for what reasons do you IPL your z/OS 
systems?

Peter Hunkeler
Senior IT Specialist, IBM zSeries Technical Sales Support, Switzerland

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Old Mainframe Classes

2005-06-06 Thread Sarel Swanepoel
NB: This email and its contents are subject to our email legal notice
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf

Hi

 

A vendor (SAS Institute) wants to know what class our mainframe
(Z900-2C5) falls in. 

 

We measure in MSU's.  

 

I know that this classification is not in use anymore but they want to
classify the above as a class M mainframe.

 

Any help or comments will be appreciated.

  

 

 

 

 

Kind Regards,


Sarel Swanepoel
Capacity Management

South African Revenue Services


 

  Office:

  +27 (0)12 422 5969


 

  Mobile:

  +27 (0)82 4927 321


 

  Fax:

  +27 (0)12 422 6068


 

  Email:

  [EMAIL PROTECTED]


 

  Web Site: 

  

 

'That which can be done with fewer is done in vain with more' - Occam's
Razor.

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html