Cancel transaction in cics

2007-10-29 Thread HELIO

Hi everyone,

Does anyone know how to configure the cics, to cancel a transaction when 
overcome by example 5 seconds of use of CPU.


--
Hélio José da Silva
Depto. Software Básico

--
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: HMC - Driver 67L - LOAD Function

2007-10-29 Thread Kurt Schroeder
Thanks for the positive feedback on this change.  One could argue that the
HMC is only as smart as the people who develop it, so it is good to see that
we are getting smarter with age :).  Your suggestion about making sure to
show the target of a task on each panel for the task is very timely.  I
would not be surprised if the next level of HMC showed this information in
the banner on each task panel. 

Kurt
--
Kurt Schroeder 
Senior Programmer - HMC Development
IBM - Endicott, NY

--
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: About dispatching process

2007-10-29 Thread Johnny Luo
Dave,

I also noticed that my previous understanding about 'preemptibility' was not
correct.

Maybe the first question should be: Will every interrupt handler finally
invoke dispatcher?

Enlighten by your input, my current understanding for preemptibility is as
follows:

After an interrupt, it's possible that the interrupted dispatch unit will
not be immediately redispatched. And if its time slice has not expired, we
call this 'pre-empt'.


On 10/29/07, Dave Barry [EMAIL PROTECTED] wrote:

 However, if my program is also running disabled for external interrupts
 and it uses CPU cycles heavily , how will the
 system 'pre-empt' my TCB? Or it cannot and just let my TCB starve other
 users? I cannot figure out.

 Correct me if I'm wrong, but selective disablement is different than
 preemptibility.  An interrupt handler will normally return control to
 the dispatcher, which may reorder its queue and dispatch a task other
 than the one which was interrupted.  However, that is not true if the
 task is non-preemptible.  I.e., it will be immediately redispatched




-- 
Best Regards,
Johnny Luo

--
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: Cancel transaction in cics

2007-10-29 Thread Jim McAlpine
On 10/29/07, HELIO [EMAIL PROTECTED] wrote:

 Hi everyone,

 Does anyone know how to configure the cics, to cancel a transaction when
 overcome by example 5 seconds of use of CPU.

 --


You can set the ICVR parameter to the number of milliseconds of cpu time to
cancel any transaction which uses more than that.  I don't know of any
method to do this for a particular transaction.

Jim McAlpine

--
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


RES: Cancel transaction in cics

2007-10-29 Thread ITURIEL DO NASCIMENTO NETO
Omegamon and others can do that 


Atenciosamente / Regards / Saludos 
Banco Bradesco S/A 
4254/DPCD Alphaville 
Engenharia de Software - Sistemas Operacionais Mainframes 
Ituriel do Nascimento Neto 
Tel: 55 11 4197-2021 Fax: 55 11 4197-2814 


-Mensagem original-
De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Em nome
de Jim McAlpine
Enviada em: segunda-feira, 29 de outubro de 2007 09:50
Para: IBM-MAIN@BAMA.UA.EDU
Assunto: Re: Cancel transaction in cics

On 10/29/07, HELIO [EMAIL PROTECTED] wrote:

 Hi everyone,

 Does anyone know how to configure the cics, to cancel a transaction 
 when overcome by example 5 seconds of use of CPU.

 --


You can set the ICVR parameter to the number of milliseconds of cpu time
to cancel any transaction which uses more than that.  I don't know of
any method to do this for a particular transaction.

Jim McAlpine

--
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

HTMLfont face=Tahoma size=1HRAVISO LEGAL brEsta mensagem é 
destinada exclusivamente para a(s) pessoa(s) a quem é dirigida, podendo conter 
informação confidencial e/ou legalmente privilegiada. Se você não for 
destinatário desta mensagem, desde já fica notificado de abster-se a divulgar, 
copiar, distribuir, examinar ou, de qualquer forma, utilizar a informação 
contida nesta mensagem, por ser ilegal. Caso você tenha recebido esta mensagem 
por engano, pedimos que nos retorne este E-Mail, promovendo, desde logo, a 
eliminação do seu conteúdo em sua base de dados, registros ou sistema de 
controle. Fica desprovida de eficácia e validade a mensagem que contiver 
vínculos obrigacionais, expedida por quem não detenha poderes de representação. 


HTMLfont face=Tahoma size=1HRLEGAL ADVICE brThis message is 
exclusively destined for the people to whom it is directed, and it can bear 
private and/or legally exceptional information. If you are not addressee of 
this message, since now you are advised to not release, copy, distribute, check 
or, otherwise, use the information contained in this message, because it is 
illegal. If you received this message by mistake, we ask you to return this 
email, making possible, as soon as possible, the elimination of its contents of 
your database, registrations or controls system. The message that bears any 
mandatory links, issued by someone who has no representation powers, shall be 
null or void.

--
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: SMS Question - Rename STORAGE CLASS

2007-10-29 Thread Schwarz, Barry A
We still don't know what problem you are trying to solve.  Why do you
want to change the storage class of any existing datasets?  You have
fixed things so he doesn't need to change his JCL.  What more does he
want?

-Original Message-
From: John Dawes [mailto:snip] 
Sent: Thursday, October 25, 2007 9:46 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMS Question - Rename STORAGE CLASS

Barry,
   
  The problem occurred overnight.  Seems that user wanted to use the
same STORAGE CLASS name which exists in another partition - B.  (Both
partitions A  B are independent of each other.  They do not share dasd,
catalogs etc.)
   
  This way he wouldn't have to change his jcls, procs.  
   
  I created a STORAGE CLASS in Partition A, using the same name as in
Partition B.  However, now I have 400 dsns to Alter in Partition A so as
to use the new STORAGE CLASS.

--
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: Cancel transaction in cics

2007-10-29 Thread Barkow, Eileen
Just set the ICVR sit parm  (or override CEMT SET RUNAWAY)  to the value - 
but 5 seconds is way too little for most transactions - we have it set to 60 
before cancelling it. an AICA abend will result. and ICVR is just cpu time 
between issuing CICS requests - there are other parms to timeout a transaction 
after a given period of usage - like DTIMEOUT/RTIMEOUT for terminal attached 
transactions in wait.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of HELIO
Sent: Monday, October 29, 2007 7:12 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Cancel transaction in cics

Hi everyone,

Does anyone know how to configure the cics, to cancel a transaction when 
overcome by example 5 seconds of use of CPU.

-- 
Hélio José da Silva
Depto. Software Básico

--
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: Cancel transaction in cics

2007-10-29 Thread Grant Ward Able
ICVR or CEMT SET RUNAWAY will only work if no CICS command is issued while 
the transaction is looping or crunching. To really catch a rogue 
transaction you will need to use one of the realtime monitors e.g. 
Omegamon for CICS

-- 
Regards - Grant

Grant Ward Able
Senior Systems Architect
DTCC




Barkow, Eileen [EMAIL PROTECTED] 
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
29/10/2007 13:30
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Re: Cancel transaction in cics






Just set the ICVR sit parm  (or override CEMT SET RUNAWAY) to the value - 
but 5 seconds is way too little for most transactions - we have it set to 
60 before cancelling it. an AICA abend will result. and ICVR is just cpu 
time between issuing CICS requests - there are other parms to timeout a 
transaction after a given period of usage - like DTIMEOUT/RTIMEOUT for 
terminal attached transactions in wait.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On 
Behalf Of HELIO
Sent: Monday, October 29, 2007 7:12 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Cancel transaction in cics

Hi everyone,

Does anyone know how to configure the cics, to cancel a transaction when 
overcome by example 5 seconds of use of CPU.

-- 
Hélio José da Silva
Depto. Software Básico

--
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



-

DTCC DISCLAIMER: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email
in error, please notify us immediately and delete the email and any
attachments from your system. The recipient should check this email
and any attachments for the presence of viruses.  The company
accepts no liability for any damage caused by any virus transmitted
by this email.

--
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: Healthcheck (IBMCSV,CSV_APF_EXISTS)

2007-10-29 Thread Peter Relson
Something that no one has even mentioned is why a migrated APF-list data
set is considered an exception. It is for possible function-loss and system
security/integrity reasons.

The problem case is when the system recalls a migrated data set. The
questions to be concerned with are:
If the data set was APF-authorized, will it still be?
If the data set was not APF-authorized, will it still be?

I believe that there are scenarios where the answer to both of the
questions are no. The first would likely result in a loss of
functionality, the second is a security problem. Both are things that
should concern customers.

These cases are why HSM chooses in general not to allow you to migrate APF
authorized data sets. And that is why having a migrated APF authorized data
set is an exposure.  And that is why the Healthcheck flags them.

Could HSM allow you to migrate an SMS-managed data set with an APF entry
that indicates SMS without security concerns? HSM doesn't, but could,
because whichever volume gets used for the HRECALL would still result in
the data set being APF-authorized. Unless there is a requirement to allow
this migration, I don't see this changing. It has not appeared to be a
problem for the many years that this functionality has been in place.

Should HSM allow you to migrate an SMS-managed data set with an APF entry
that indicates the specific volume where the data set currently lives? HSM
does (when you have a dynamic APF list). It probably should not. I am
checking to see if HSM will consider changing that behavior.

Should HSM allow you to migrate a non-SMS-managed data set with an APF
entry for the specific volume? HSM does not. And that is correct.

Should HSM allow you to migrate a non-SMS managed data set with an APF
entry for SMS? HSM does not (at least that's what a test shows). This makes
some sense,

We know that, in a multi-system environment with shared data sets,
mismatched APF lists can let the data set be migrated from one system where
it is not APF authorized. Given the problem cases, the simple fact of
mismatched APF lists is quite possibly a customer environmental problem.
But I do not see the system attempting to solve that problem for you (as it
is only a problem for data sets that are shared between the mismatched
systems and that could be cumbersome to detect). Seeing a migrated
APF-authorized data set can be a clue that you have such a situation, and
can be a clue that you might have a problem.

One thing to add: When a data set is migrated, you cannot readily (if at
all) determine if it is SMS-managed or not. Thus, any behavioral
differences that you might want a check to have between SMS-managed and
not-SMS-managed are not feasible. They would require the data set to be
recalled just to tell what needs to be done, and we would not want the
check to recall your data sets (even if it could be done quickly, which it
probably cannot be).

So given this, do you still want an option that says do not flag this as
an exception? If that is what customers want, then I don't mind, but it
should be based on sound, complete reasoning.

Peter Relson
z/OS Core Technology Design
--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Peter Relson
The STOPGTF operand of the SLIP trap applies only to the system where the
SLIP trap is set, not to remote systems, even when the REMOTE keyword is
used.

There is no system-supplied mechanism for doing what has been asked for.

Peter Relson
z/OS Core Technology Design

--
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: 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 Technology Services
Iowa State University
515-294-3088

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Lizette Koehler
Sent: Sunday, October 28, 2007 5:34 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: RMF and DASD Storage Display

We are running z/OS V1.7.  When I go into the RMF panels, it is not
displaying the storage groups or the dasd space.  Where do I need to
look to understand why I am not seeing this in the panels?

Thanks, I think I maybe having a senior moment.

Lizette

--
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: SMF SWITCHING WITH IEFU29

2007-10-29 Thread Mark Zelden
On Sun, 28 Oct 2007 20:03:48 -0700, Ed Long [EMAIL PROTECTED] wrote:

Hi everyone.
  Sorry for the delay in replying to the several most helpful suggestions
for which I am most grateful.
  Root cause identified and solved.
  I had in fact assembled and linked the exit correctly into user.lpalib.
  USER.LPALIB is #1 in the LPALSTXX concatenation.
  LPALSTXX (actually LPALSTDB) is being selected at IPL time.
  SYS1.LPALIB is in fact referenced about 2/3's of the way down in the
LPALSTXX member.
  BUT, at least on z/OS 1.5, a copy of SYS1.LPALIB is always, and under the
covers, prepended to the LPALST so that it gets selected first even if its
included in the list.


Been that way forever (since LPALSTxx existed).


  As a result, the dummy IEEU29 was being used. It, of course, does
nothing, and does it quietly.


The way you get USER.LPALIB first is to specify it in SYSLIB LPALIB in your
PROGxx member.   Then you must explicitly include SYS1.LPALIB in 
your LPALSTxx member (I always put it first there). 

  So, I renamed the bogus IEEU29 to IEEU29BG (for bogus), reipled and away
go my SMF datasets.


You can have used PROGxx to delete / re-add the exit from the proper 
library without IPLing... regardless of LPA list order.   You can load it from
the library you want in PROGxx at IPL time - even if you don't use the
SYSLIB override I wrote about above.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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: HMC - Driver 67L - LOAD Function

2007-10-29 Thread Mark Zelden
On Mon, 29 Oct 2007 06:48:38 -0500, Kurt Schroeder [EMAIL PROTECTED] wrote:

Thanks for the positive feedback on this change.  One could argue that the
HMC is only as smart as the people who develop it, so it is good to see that
we are getting smarter with age :).  Your suggestion about making sure to
show the target of a task on each panel for the task is very timely.  I
would not be surprised if the next level of HMC showed this information in
the banner on each task panel.

Kurt
--
Kurt Schroeder
Senior Programmer - HMC Development
IBM - Endicott, NY


Hi Kurt,

Thanks for the response and the newer HMC code since it sounds like
you may have something to do with that.  :-)   BTW, I am probably in the
minority... but I have come to really like the tree mode.   I guess we can't
call the HMC brain dead any longer.

Cheers,

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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


CICS Wiki news.

2007-10-29 Thread Corneel Booysen
Hello everybody,

On the CICS Wiki this past week:

- The news feed is finally working - try it at
http://cicswiki.org/cicswiki1/index.php?title=NewsFeedfeed=rss .
You need a news reader to take full advantage of the feature. (I am trying
to tune down the verbosity of the news feed)
- A few history related pages have been added. On the Category tree -
select History, expand it and check them out.
- Online training is now available on CICS Wiki. Check out
http://cicswiki.org/cicswiki1/index.php?title=Boot_Camp. I will add more
advanced training tracks this week. Members - you too can have a home page
on the Wiki - just follow the instructions in the Boot camp section.
- I have simplified the ribbon of approval award token. If you want to
award somebody's work - include this template in the article:
{{CICS_Wiki:Award}}.
- Earl Haigh gets this week's award for a great home page and for creating
the Vendor Category. Earl also added a good example of how a vendor page
could look. Check it out at
http://cicswiki.org/cicswiki1/index.php?title=BatchCICS-Connect_-_24x7_Integration.
 Vendors - don't lose out on this opportunity to get free publication of
your products.
- I added a few more extensions - the News feed being one and
IncludeArticle is another. For information on IncludeArticle go to
http://www.mediawiki.org/wiki/Extension:IncludeArticle .
- This week there was a very good thread on the CICS list about the setup
of Consoles terminal definitions in CICS. Can I get a volunteer (not
Roland or Earl) that is willing to create an article for us?
- I am very encouraged by the number of members on the Wiki but not so
much on the number of articles that I see the members create. Remember a
Wiki is almost fool proof (hey - it tolerates me :-) ). If you mess up -
we can restore from previous versions or delete a page and try again. If
you are stuck and wonder how you would do something specific - read the
help section or contact me.
- I am very encouraged by the number of IBMers (is that a word?) that have
joined the list. Please feel free to contribute in anyway you can.

Have a great week everybody!

Regards.
Corneel.

--
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: my free mainframe product

2007-10-29 Thread Elardus Engelbrecht
Shai Hess wrote:

My new product is ready, and it can be used for free.

Interesting concept - Backup of 3390 on PC harddrive. I know PC harddrives 
can be backup on MF Dasd and/or tape, think for example TSM.

For free I see max support for 3 devices. If you pay, what is the max quantity 
of devices supported? Also how many concurrent TCP/IP mirror sessions can 
be handled at one stage? 


Thousands visitors to the new site and hundreds of downloads.

I see the counter on your webpage, but since when started the counter to 
work? Is your counter based on each visit or unique (by IP address) visit?

To play with my product please go to www.mfnetdisk.com.

To play, does this product support RACF or 3rth party ESM? I see your 
loadlibrary needed to be APF authorized.

My opinion
For myself APF and free software don't mix
/My opinion

Do your software uses SVC? If yes, you may have trouble trying to convince 
some IBM-MAIN list members to use your product...

I hope you can sell your product eventually. Good luck.

Groete / Greetings

Elardus Engelbrecht

--
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: SMS Question - Rename STORAGE CLASS

2007-10-29 Thread John Dawes
The user wants to change the STORAGE CLASS of his datasets which were created 
prior to the creation of the new storage class.  I am looking at the option of 
using the REDETERMINE parm (DFDSS) to help him out.

Schwarz, Barry A [EMAIL PROTECTED] wrote:  We still don't know what problem 
you are trying to solve. Why do you
want to change the storage class of any existing datasets? You have
fixed things so he doesn't need to change his JCL. What more does he
want?

-Original Message-
From: John Dawes [mailto:snip] 
Sent: Thursday, October 25, 2007 9:46 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: SMS Question - Rename STORAGE CLASS

Barry,

The problem occurred overnight. Seems that user wanted to use the
same STORAGE CLASS name which exists in another partition - B. (Both
partitions A  B are independent of each other. They do not share dasd,
catalogs etc.)

This way he wouldn't have to change his jcls, procs. 

I created a STORAGE CLASS in Partition A, using the same name as in
Partition B. However, now I have 400 dsns to Alter in Partition A so as
to use the new STORAGE CLASS.

--
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


   
-
Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage. Get it 
now.

--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Craddock, Chris
/RO the_system_you_wanted,the_command_you_wanted?

CC

 The STOPGTF operand of the SLIP trap applies only to the system where
the
 SLIP trap is set, not to remote systems, even when the REMOTE keyword
is
 used.
 
 There is no system-supplied mechanism for doing what has been asked
for.
 
 Peter Relson
 z/OS Core Technology Design

--
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


HSM can migrate non-SMS files? [was: RE: Healthcheck (IBMCSV,CSV_ APF_EXISTS)]

2007-10-29 Thread Farley, Peter x23353
 -Original Message-
 From: Peter Relson [mailto:[EMAIL PROTECTED]
 Sent: Monday, October 29, 2007 9:38 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: Healthcheck (IBMCSV,CSV_APF_EXISTS)
Snipped 
 Should HSM allow you to migrate a non-SMS-managed data set with an APF
 entry for the specific volume? HSM does not. And that is correct.
 
 Should HSM allow you to migrate a non-SMS managed data set with an APF
 entry for SMS? HSM does not (at least that's what a test shows). This
 makes some sense,

I am probably way behind the times on this, but I thought that SMS-managed
was a pre-requisite for HSM migration.  Is it actually possible to migrate a
non-SMS-managed dataset?  E.G., I have a pool of volumes that is manually
allocated and managed, but if I so choose I could HMIG any of the datasets
on these volumes?

If the answer is yes, where will the dataset be restored when HRECALL is
done?  Will it be restored to the non-SMS volume from which it came?

Lastly, which Fine Manual describes this behavior?

TIA for curing my ignorance.

Peter

This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.

--
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: my free mfnetdisk product

2007-10-29 Thread [EMAIL PROTECTED]

Hi Shai,

I have read a bit in your documentation. How would it be done, if the 
real storage subsystem crashes for example in case of fire. How do I get 
the data back from the PC?


kind regards
Franz Josef Pohlen


shai hess schrieb:

My new product is ready, and it can be used for free.

Thousands visitors to the new site and hundreds of downloads.

Some product's features:

1. Emulates MVS 3390 disk with data on PC.
2. Mirroring MVS standard 3390 (IBM, EMC, HDS etc...) disks to PC.
3. Simple DR for MVS 3390 disks in remote using the PC in no time.
4. Simple and faster backup and restore any 3390 disks from PC backups
files.
5. Sharing 3390 disks between remote MVS (standard MF and / or any MF
emulation).
6. More and more.

To play with my product please go to www.mfnetdisk.com.

Thanks,
Shai

--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread Ron Wells
STARTDIRECTORY works just fine...problem is users that normally work with 
MVS datasets/files..PDS's..now have to be specific of there names they 
enter..
Example...WS-FTP client..If default was MVS and all I enter is HLQ all 
datasets..PDS's..display..I can select the dataset(MVS) if a PDS and then 
the members will list..
Can not do that if default of STARTDIRECTORY is HFS...I have to enter the 
fully Quilified name of the dataset before I get the member list..

SOSTARTDIRECTORY works but defaulting to HFS for all will mess up 
others..
Is there possibly a override by user somewhere I'm missing??

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
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: HSM can migrate non-SMS files? [was: RE: Healthcheck (IBMCSV,CSV_ APF_EXISTS)]

2007-10-29 Thread Eric Bielefeld

Peter,

SMS is not a prereq for HSM migration.  At PH Mining, I had all of our HSM 
managed data set up non SMS.  The DFHSM Guide and Reference manuals have all 
the information you need in the DFSMS bookshelf.  There is a command to put 
in the ARCCMDxx member that creates pools of volumes.  I believe you put 
that pool into each volume definition, and then there is a command later 
that lists all of the volumes in that pool.  I can't quite remember the 
specifics, but its all in the manuals listed above.  HRESTORE will put 
datasets back into the same pool it was migrated from.


Eric Bielefeld
Sr. z/OS Systems Programmer
Milwaukee, Wisconsin
414-475-7434

- Original Message - 
From: Farley, Peter x23353 [EMAIL PROTECTED]


I am probably way behind the times on this, but I thought that SMS-managed
was a pre-requisite for HSM migration.  Is it actually possible to migrate 
a

non-SMS-managed dataset?  E.G., I have a pool of volumes that is manually
allocated and managed, but if I so choose I could HMIG any of the datasets
on these volumes?

If the answer is yes, where will the dataset be restored when HRECALL is
done?  Will it be restored to the non-SMS volume from which it came?

Lastly, which Fine Manual describes this behavior?

TIA for curing my ignorance.

Peter


--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wells
 Sent: Monday, October 29, 2007 11:27 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: FTP-Client(PC)/Server(M/F)
 
 
 STARTDIRECTORY works just fine...problem is users that 
 normally work with 
 MVS datasets/files..PDS's..now have to be specific of there 
 names they 
 enter..
 Example...WS-FTP client..If default was MVS and all I enter 
 is HLQ all 
 datasets..PDS's..display..I can select the dataset(MVS) if a 
 PDS and then 
 the members will list..
 Can not do that if default of STARTDIRECTORY is HFS...I have 
 to enter the 
 fully Quilified name of the dataset before I get the member list..
 
 SOSTARTDIRECTORY works but defaulting to HFS for all will mess up 
 others..
 Is there possibly a override by user somewhere I'm missing??

Did you see the email about the FTPS.RC file?

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/f1a1b370/2.3.
7.1

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/f1a1b970/4.3.
1

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.

--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Edward Jaffe

Craddock, Chris wrote:

/RO the_system_you_wanted,the_command_you_wanted?
  


Are you suggesting enhancing SLIP to issue system commands?

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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


Boxed Devices

2007-10-29 Thread Kevin Cooper
Hello All... I am new to the group.
Trying to activate a new IODF with a force because the new IODF contains
deletes, and I receive:
REASON=016B,CAN NOT DELETE DEVICE(S) 0D00-0D3F  
 DESCTEXT=SYSTEM ERROR  
 COMPID=SC1C3   

From a D U,,,0D00,2 command, I get:
0D00 3390 F-BOX
0D01 3390 F-BOX

These devices are no longer physically located at our site. They
were removed many months ago. How can I correct these devices
to allow activation of the new IODF? 
I have configured the 2 CHPs for these devices offline from a console as
well as the HMC. Still no good.
I do have an open PMR with IBM, but I am also looking
for other input. Thanks in advance for all help.

--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread Ron Wells
seen email on ftps.rc...?? FTPD is running as started task on the 
system...not under uss..all my config files are in one PDS...sys1.tcpparms 

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Tom Schmidt
On Mon, 29 Oct 2007 09:54:27 -0700, Edward Jaffe wrote:

Craddock, Chris wrote:
 /RO the_system_you_wanted,the_command_you_wanted?


Are you suggesting enhancing SLIP to issue system commands?
 
 
If so then it might also be a good idea to suggest that some single standard 
SAF UTOKEN value be used in order to anticipate/avoid potential confusion or 
documentation snafus that might otherwise result from that suggestion's initial 
implementation.  (Just a thought; I liked the suggested enhancement but 
having the command trigger under any of a plethora of possible security 
environments may invite security failures.)  
 
-- 
Tom Schmidt 
Madison, WI

--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wells
 Sent: Monday, October 29, 2007 11:44 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: FTP-Client(PC)/Server(M/F)
 
 
 seen email on ftps.rc...?? FTPD is running as started task on the 
 system...not under uss..all my config files are in one 
 PDS...sys1.tcpparms 
 

The FTPS.RC can reside in either a sequential MVS data or a UNIX file.

tso-prefix.FTPS.RC
racf-id.FTPS.RC
$HOME/ftps.rc

Is the order of search. But, no, I don't see a way to put it in
SYS1.TCPPARMS. The only things that can be in it are CWD (or CD)
commands and SITE commands.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.

--
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


Configuring Chanel extension using Ciena CN2000

2007-10-29 Thread Leon Schwering
We are using our own network with two Ciena CN2000's.  The LICs are
OC-48 LR-2 26dB, 1550 nm. The CIM is FC long range.  Our network has a
total 14 hops through a series of patch panels.  We are getting section
and line CV errors (547).  Any ideas on what the impact the SONET CV
errors might have on the data going along the network.

This passed weekend we attempted to active the link between the two
sites and receive the following message back from z/OS

We config'd the CHPID on line:

CF CHP(52),ONLINE
IOS164I DEVICE AA00, NO MATCHING UCB FOUND
IOS164I DEVICE AA01, NO MATCHING UCB FOUND
IOS164I DEVICE AA02, NO MATCHING UCB FOUND
IOS164I DEVICE AA03, NO MATCHING UCB FOUND
IOS164I DEVICE AA04, NO MATCHING UCB FOUND
IOS164I DEVICE AA05, NO MATCHING UCB FOUND
IOS164I DEVICE AA06, NO MATCHING UCB FOUND
IOS164I DEVICE AA07, NO MATCHING UCB FOUND
IOS164I DEVICE AA08, NO MATCHING UCB FOUND
IOS164I DEVICE AA09, NO MATCHING UCB FOUND
IOS164I DEVICE AA0A, NO MATCHING UCB FOUND
IOS164I DEVICE AA0B, NO MATCHING UCB FOUND
IOS164I DEVICE AA0C, NO MATCHING UCB FOUND
IOS164I DEVICE AA0D, NO MATCHING UCB FOUND
IOS164I DEVICE AA0E, NO MATCHING UCB FOUND
IOS164I DEVICE AA0F, NO MATCHING UCB FOUND
IOS164I DEVICE AA10, NO MATCHING UCB FOUND
IOS164I DEVICE AA11, NO MATCHING UCB FOUND
IOS156I THE FOLLOWING DEVICES ARE NOW AVAILABLE FOR USE: 001
 AA1A-AA1D

The 4 devices we want are available

When trying to bring the paths online we get the following:

V PATH(AA1A,52),ONLINE
IEE386I PATH(AA1A,52) NOT BROUGHT ONLINE 006
IEE763I NAME= IECVIOPM CODE= 0004
IOS552I PATH NOT PHYSICALLY AVAILABLE
IEE764I END OF IEE386IRELATED MESSAGES

Same for the device

V AA1A-AA1D,ONLINE
IEE103I UNIT AA1A NOT BROUGHT ONLINE 008
IEE763I NAME= IECVIOPM CODE= 0004
IOS551I NO PATHS PHYSICALLY AVAILABLE
IEE764I END OF IEE103IRELATED MESSAGES

Here is the displayof the CHP.
D M=CHP(52)
IEE174I 16.14.16 DISPLAY M 016
CHPID 52:  TYPE=1D, DESC=FICON INCOMPLETE, ONLINE
DEVICE STATUS FOR CHANNEL PATH 52
0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
AA1 .  .  .  .  .  .  .  .  .  .  +@ +@ +@ +@ .  .
SWITCH DEVICE NUMBER = NONE
ATTACHED ND = NOT KNOWN
PHYSICAL CHANNEL ID = 0142
 SYMBOL EXPLANATIONS 
+ ONLINE@ PATH NOT VALIDATED   - OFFLINE. DOES NOT EXIST
* PHYSICALLY ONLINE   $ PATH NOT OPERATIONAL

Any ideas on getting the path validated?

Thanks


Leon

--
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: ARC0440I/ARC0734I - Problem

2007-10-29 Thread Staller, Allan
snip
DFHSM was attempting to recycle the tape.  Several messages were
displayed ARC0440I - VOLUME 032009 CONTAINS AN INVALID CDD OR A  TAPE
POSITIONING ERROR HAS OCCURRED. ARC0734I ACTION=RECYCLE FRVOL=032009
TOVOL=** BLOCKS= 1 RC=  68, REASON=
 DSN=HSM.HMIG.V143501.Y321.OMMD0$02.J7287
/snip

In my experience there are usually 2 root causes for this.
1) The tape has been partially written over.
2) IO error on tape.

Corrective actions (in order of preference:

1) Sometimes, HSM does get confused. Bounce DFHSM and retry.

In case (2) delete the offending file (the one with with the IO error)
and retry. This file is normally the file immediately before the 1st
RC=68. i.e. 
Single file delete and recovery.

In case (1) an HSM audit to identify the possible datasets and update
the CDS. In an extreme case, DELVOL PURGE will be required. This will
clean up the CDS of all files that HSM thinks are on that volume.

HTH,

--
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


z/OS 1.9 Features summary

2007-10-29 Thread Steve Comstock

This past month and a half, I've been updating all the
courses I'm responsible for to reflect changes brought
about by z/OS 1.9 in each course's subject area. Since
most folks don't get a chance to explore the new features,
thought I'd list the features introduced in 1.9 that I
think might be of interest to applications programmers.

If you are not an application programmer, you might pass
this on: some of these are very nice to know about. On
the other hand, even if you are not an application
programmer, some of these might be nice to know about.

The usefulness of any particular feature will vary from
person to person, of course; I figure if you see something
that looks helpful to you that you can check the docs
(or, of course, schedule a class!)

Seems like the biggest impacts for this particular
release are in ISPF and the Dialog Manager services.


_TSO, CLIST, REXX, ISPF/Dialog Manager:_

* ISPF: scrollable fields; introduced in 1.5,
  enhanced in 1.8 (ZCLRSFLD command), more
  widely used in 1.9
  [discussed in ISPF Update; details covered
   in Developing Dialog Manager Applications
   in z/OS]


* ISPF Edit and View: SOURCE command allows you to
  edit and view data in ASCII; LF command lets you
  set x'0A's to EBCDIC new lines
  [discussed in Advanced ISPF in z/OS]


* DSLIST can display total number of tracks in
  all datasets in the list
  [discussed in TSO/ISPF in z/OS, ISPF Update,
   and in ISPF and JCL on z/OS]


* Two new options on Primary Option Menu:
  12 - z/OS System programmer facilities
  13 - z/OS application programmer facilities
  [all ISPF screen shots of Primary Option Menu
   updated]


* Many ISPF data set name entry fields now
  support z/OS HFS UNIX files

  * Edit and View entry panel
  * Edit / View CREATE / REPLACE / COPY / MOVE
  [discussed in TSO/ISPF in z/OS, ISPF Update,
   and in ISPF and JCL on z/OS]



* HFS file names and path names can be kept in
  personal reference lists)
  [discussed in TSO/ISPF in z/OS, ISPF Update,
   and in ISPF and JCL on z/OS]


* ISPF profile can be set so that SAVE does not
  clear out the undo buffer; thus, UNDO might be
  able to restore data to its condition before
  the last SAVE
  [discussed in TSO/ISPF in z/OS, ISPF Update,
   and in ISPF and JCL on z/OS]


* The UNIX Directory List Utility (3.17) now uses edit
  and browse instead of oedit and obrowse; there is
  also a view option now.
  [discussed in ISPF Update and Introduction to
  z/OS UNIX]



* Dialog Manager panel language now supports system
  symbols in DSNAMEx parameters for VER statement
  [discussed in Developing Dialog Manager Applications
   in z/OS]

* Dialog Manager panel language now supports VSYM builtin
  function and VSYM statement to process system symbols
  [discussed in Developing Dialog Manager Applications
   in z/OS]

* Dialog Manager BROWSE, EDIT, and VIEW services now
  support z/OS UNIX files
  [discussed in Developing Dialog Manager Applications
   in z/OS]



* Dialog Manager file tailoring adds support for the
  VSYM function to support system symbol resolution
  during file tailoring
  [discussed in Developing Dialog Manager Applications
   in z/OS]




_Program Binder_

* Specify -IMMED on REPLACE and CHANGE statements
  to make changes apply to target before these
  statements instead of after
  [discussed in Secrets of Inter-Language Communication
  in z/OS]


* Binder COMPAT can be specified as ZOSV1R9
  [discussed in Secrets of Inter-Language Communication
  in z/OS]


- several other changes, not related to content of
  courses we offer




_Language Environment (LE)_


* CEEDUMP runtime parameter can request CEEDUMP
  attributes if CEEDUMP DD statement not supplied
  [discussed in Using LE Services in z/OS]

* Message tag files may be z/OS UNIX files, the
  CEEBLDTX exec has been ported to also run under
  the z/OS UNIX shell, and the outputs can be
  z/OS UNIX files
  [discussed in Using LE Services in z/OS]


* HEAPPOOLS runtime parameter can request that cells
  in certain heap pools not cross cache line
  [discussed in Using LE Services in z/OS]


* CEE3DLY callable service - suspends program for
  specified number of seconds (up to an hour); can
  use under CICS
  [discussed in Using LE Services in z/OS]


* CEEDLYM callable service - suspends program for
  specified number of miiliseconds (up to an hour);
  can not use under CICS
  [discussed in Using LE Services in z/OS]


* CEE3MC2 callable service - returns the currency
  symbol for the current country, and the international
  currecny symbol for the current country
  [discussed in Using LE Services in z/OS]


* Point to IBM link to our courses at
http://www-03.ibm.com/servers/eserver/zseries/zos/le/assist/education/trainers.html



* CEEDUMP traceback table format has changed
  [discussed in Using LE Services in z/OS
  and Enterprise COBOL Debugging and Maintenance]



_z/OS UNIX System Services_

* Support expanded for version 3 of the Single Unix
  Standard, changing the 

ARC0440I/ARC0734I - Problem

2007-10-29 Thread John Dawes
DFHSM was attempting to recycle the tape.  Several messages were displayed 
ARC0440I - VOLUME 032009 CONTAINS AN INVALID CDD OR A  TAPE POSITIONING ERROR 
HAS OCCURRED. ARC0734I ACTION=RECYCLE FRVOL=032009 TOVOL=** BLOCKS= 1 
RC=  68, REASON=
 DSN=HSM.HMIG.V143501.Y321.OMMD0$02.J7287
 
  How can I know what the real problem is - invalid CDD or TAPE POSITIONING 
error?  Any hints?  In this partition DFHSM is in simplex state.
   
  Thanks
  
 

   
-
Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage. Get it 
now.

--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Craddock, Chris
 I wrote: (somewhat facetiously)
  /RO the_system_you_wanted,the_command_you_wanted?
 
And Ed said
 Are you suggesting enhancing SLIP to issue system commands?

Not at all. I was responding (tongue in cheek) to Peter's comment that
there was no system-provided means of driving SLIP on another system. 

The ROUTE command is the swiss-army knife that lets you issue commands
directed to another system. I have used it pretty extensively and I
assume you have too :-) 

I have never tried to mess with SLIP commands using /RO, but I don't see
any obvious reason that it wouldn't just work. 

CC

--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Edward Jaffe

Craddock, Chris wrote:

I have never tried to mess with SLIP commands using /RO, but I don't see
any obvious reason that it wouldn't just work.
  


Yes. That works for establishing a SLIP trap. But, in this case the 
poster was trying to make SLIP's STOPGTF functionality work on a 
remote system.


--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
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: Configuring Chanel extension using Ciena CN2000

2007-10-29 Thread Ron Wells
EDT table not updated ??
We had that occur last week when we was setting up OSA-ICC devices...

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
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: Healthcheck (IBMCSV,CSV_APF_EXISTS)

2007-10-29 Thread Roland Schiradin
Peter, 

I believe such an option is much better before deactivate this healthcheck 
because of a well-known wanted situation. 

Roland 


So given this, do you still want an option that says do not flag this as
an exception? If that is what customers want, then I don't mind, but it
should be based on sound, complete reasoning.

Peter Relson

--
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: Slip Trap turning off GTF on different LPAR

2007-10-29 Thread Binyamin Dissen
On Mon, 29 Oct 2007 11:37:58 -0700 Edward Jaffe [EMAIL PROTECTED]
wrote:

:Craddock, Chris wrote:
: I have never tried to mess with SLIP commands using /RO, but I don't see
: any obvious reason that it wouldn't just work.
   
:Yes. That works for establishing a SLIP trap. But, in this case the 
:poster was trying to make SLIP's STOPGTF functionality work on a 
:remote system.

How about using automation software to trigger off of the SLIP MATCHED
message?

--
Binyamin Dissen [EMAIL PROTECTED]
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
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: my free mfnetdisk product

2007-10-29 Thread shai hess
You have 2 quick ways to recover your 3390.

1. Run MFNetDisk in remote MVS and point to the PC which contains the 3390
mirror data and you can start work immediately with the 3390 mirror which
will contain the data of the real storage subsystem (3390).

2. Run MFNetDisk MVS utility which will copy directly the mirror from PC to
standard 3390 (IBM, EMC)   disk and you have the recoverable 3390 in
standard 3390.

...and really you have more options but I mention only two..


Thanks,
Shai


On 10/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi Shai,

 I have read a bit in your documentation. How would it be done, if the
 real storage subsystem crashes for example in case of fire. How do I get
 the data back from the PC?

 kind regards
 Franz Josef Pohlen


 shai hess schrieb:
  My new product is ready, and it can be used for free.
 
  Thousands visitors to the new site and hundreds of downloads.
 
  Some product's features:
 
  1. Emulates MVS 3390 disk with data on PC.
  2. Mirroring MVS standard 3390 (IBM, EMC, HDS etc...) disks to PC.
  3. Simple DR for MVS 3390 disks in remote using the PC in no time.
  4. Simple and faster backup and restore any 3390 disks from PC backups
  files.
  5. Sharing 3390 disks between remote MVS (standard MF and / or any MF
  emulation).
  6. More and more.
 
  To play with my product please go to www.mfnetdisk.com.
 
  Thanks,
  Shai
 
  --
  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


Determine owner of a dataspace

2007-10-29 Thread Binyamin Dissen
LOCASCB will translate an address space STOKEN to an ASCB address.

Is there anything that will get the PASN owning a dataspace? I presume that
LOCASCB RC=8 indicates that the STOKEN describes a dataspace.

--
Binyamin Dissen [EMAIL PROTECTED]
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
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: z/OS 1.9 Features summary

2007-10-29 Thread GAVIN Darren * OPS EAS
This is good information, being able to work with ASCII files and the
Unix HFS from ISPF directly is a nice change.

Too bad were just now working on the zOS 1.7 Upgrade here.

Darren

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Comstock
Sent: Monday, October 29, 2007 11:53 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: z/OS 1.9 Features summary

This past month and a half, I've been updating all the
courses I'm responsible for to reflect changes brought
about by z/OS 1.9 in each course's subject area. Since
most folks don't get a chance to explore the new features,
thought I'd list the features introduced in 1.9 that I
think might be of interest to applications programmers.

If you are not an application programmer, you might pass
this on: some of these are very nice to know about. On
the other hand, even if you are not an application
programmer, some of these might be nice to know about.

The usefulness of any particular feature will vary from
person to person, of course; I figure if you see something
that looks helpful to you that you can check the docs
(or, of course, schedule a class!)

Seems like the biggest impacts for this particular
release are in ISPF and the Dialog Manager services.


_TSO, CLIST, REXX, ISPF/Dialog Manager:_

* ISPF: scrollable fields; introduced in 1.5,
   enhanced in 1.8 (ZCLRSFLD command), more
   widely used in 1.9
   [discussed in ISPF Update; details covered
in Developing Dialog Manager Applications
in z/OS]


* ISPF Edit and View: SOURCE command allows you to
   edit and view data in ASCII; LF command lets you
   set x'0A's to EBCDIC new lines
   [discussed in Advanced ISPF in z/OS]


* DSLIST can display total number of tracks in
   all datasets in the list
   [discussed in TSO/ISPF in z/OS, ISPF Update,
and in ISPF and JCL on z/OS]


* Two new options on Primary Option Menu:
   12 - z/OS System programmer facilities
   13 - z/OS application programmer facilities
   [all ISPF screen shots of Primary Option Menu
updated]


* Many ISPF data set name entry fields now
   support z/OS HFS UNIX files

   * Edit and View entry panel
   * Edit / View CREATE / REPLACE / COPY / MOVE
   [discussed in TSO/ISPF in z/OS, ISPF Update,
and in ISPF and JCL on z/OS]



* HFS file names and path names can be kept in
   personal reference lists)
   [discussed in TSO/ISPF in z/OS, ISPF Update,
and in ISPF and JCL on z/OS]


* ISPF profile can be set so that SAVE does not
   clear out the undo buffer; thus, UNDO might be
   able to restore data to its condition before
   the last SAVE
   [discussed in TSO/ISPF in z/OS, ISPF Update,
and in ISPF and JCL on z/OS]


* The UNIX Directory List Utility (3.17) now uses edit
   and browse instead of oedit and obrowse; there is
   also a view option now.
   [discussed in ISPF Update and Introduction to
   z/OS UNIX]



* Dialog Manager panel language now supports system
   symbols in DSNAMEx parameters for VER statement
   [discussed in Developing Dialog Manager Applications
in z/OS]

* Dialog Manager panel language now supports VSYM builtin
   function and VSYM statement to process system symbols
   [discussed in Developing Dialog Manager Applications
in z/OS]

* Dialog Manager BROWSE, EDIT, and VIEW services now
   support z/OS UNIX files
   [discussed in Developing Dialog Manager Applications
in z/OS]



* Dialog Manager file tailoring adds support for the
   VSYM function to support system symbol resolution
   during file tailoring
   [discussed in Developing Dialog Manager Applications
in z/OS]




_Program Binder_

* Specify -IMMED on REPLACE and CHANGE statements
   to make changes apply to target before these
   statements instead of after
   [discussed in Secrets of Inter-Language Communication
   in z/OS]


* Binder COMPAT can be specified as ZOSV1R9
   [discussed in Secrets of Inter-Language Communication
   in z/OS]


- several other changes, not related to content of
   courses we offer




_Language Environment (LE)_


* CEEDUMP runtime parameter can request CEEDUMP
   attributes if CEEDUMP DD statement not supplied
   [discussed in Using LE Services in z/OS]

* Message tag files may be z/OS UNIX files, the
   CEEBLDTX exec has been ported to also run under
   the z/OS UNIX shell, and the outputs can be
   z/OS UNIX files
   [discussed in Using LE Services in z/OS]


* HEAPPOOLS runtime parameter can request that cells
   in certain heap pools not cross cache line
   [discussed in Using LE Services in z/OS]


* CEE3DLY callable service - suspends program for
   specified number of seconds (up to an hour); can
   use under CICS
   [discussed in Using LE Services in z/OS]


* CEEDLYM callable service - suspends program for
   specified number of miiliseconds (up to an hour);
   can not use under CICS
   [discussed in Using LE Services in z/OS]


* CEE3MC2 callable service - returns the currency
   symbol for the current country, and the 

From the CICS E-News (IBMLink/Servicelink)

2007-10-29 Thread Roland Schiradin
Complete article available via 
http://www-306.ibm.com/software/htp/cics/enews/


Our sincere apologies to all users who experienced problems with 
IBMLINK/ServiceLink  Web tool recently. A number of planned actions will 
deliver improved availability of the IBM Web tools you use. The ServiceLink VM 
systems in the US will remain available pending stability of the 
IBMLINK/ServiceLink web platform. We believe that restoring access to the 
VM  IBMLINK/ServiceLink  platform was the best way of providing a stable 
alternative and we thank those of you who took that step.   

The disruption on 30 and 31 July for around 3 hours on both days was due to 
an information technology infrastructure problem with the IBM Web 
Authentication system. This is used by over 150 web applications and 
currently houses over 5 million registered users worldwide.  The problem was 
rectified at the end of the day on 31 July.   

The ServiceLink outage on 1 August lasted around 5 hours and was due to 
two unique problems: The first was due to an incorrect IBM Web 
Authentication system setting. The second was due to an error in the Domain 
Name Server which caused IBM Web Authentication and other applications 
such as IBMLINK/ServiceLink Web platform requests to fail in the IBM Network. 

IBM has an architectural enhancement planned for IBM Web Authentication 
service redundancy. A major deliverable related to this should be completed by 
4Q 2007. Prior to then, all system changes related to IBM Web Authentication 
are being suspended to maximize stability. 

Many thanks for you patience as IBM stabilizes IBMLINK/ServiceLink and we 
look forward to continuing to provide the quality of service you have come to 
expect. 


Roland

--
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: my free mainframe product

2007-10-29 Thread shai hess
Hi,

 Right now I start to distrbute MFNetDisk and I hope people like it.

 I really do not think now about price and money since I enjoy to let the
people about my product.

 I specify 3 devices because I want the people to play with my product and
understand its features.

 This product is more complicate then to try to explain the number of TCP
session handle by the product, But each task in the MVS MFNetDisk have a
open connection with IP and with its PC mirrors.
  The number of the tasks are specify in MVS side.

 I start to play with my site few months ago (6 months) but it start to be
active 2 months ago. Most of the visitor
 start to visit before 30 days or so.

 This product it is new and I still working hard to have a new version with
better and more features.

 I also will start to work hard with my documents which have a little
information and the product have a lot more of data to be described.

 All the MF RACF are supported by this product.

 APF and free...OK , I want that everyone in MF will know about my product.
The best way which I know to make them so is to ask them to play and use it
for free.

 SVC..Normal run do not use SVC at all but need to recheck..

 Thanks for wish me luck with this product but really right now I want that
everyone will know and eventually use my product.


Thanks,
Shai


On 10/29/07, Elardus Engelbrecht [EMAIL PROTECTED] wrote:

 Shai Hess wrote:

 My new product is ready, and it can be used for free.

 Interesting concept - Backup of 3390 on PC harddrive. I know PC harddrives
 can be backup on MF Dasd and/or tape, think for example TSM.

 For free I see max support for 3 devices. If you pay, what is the max
 quantity
 of devices supported? Also how many concurrent TCP/IP mirror sessions can
 be handled at one stage?


 Thousands visitors to the new site and hundreds of downloads.

 I see the counter on your webpage, but since when started the counter to
 work? Is your counter based on each visit or unique (by IP address) visit?

 To play with my product please go to www.mfnetdisk.com.

 To play, does this product support RACF or 3rth party ESM? I see your
 loadlibrary needed to be APF authorized.

 My opinion
 For myself APF and free software don't mix
 /My opinion

 Do your software uses SVC? If yes, you may have trouble trying to convince
 some IBM-MAIN list members to use your product...

 I hope you can sell your product eventually. Good luck.

 Groete / Greetings

 Elardus Engelbrecht

 --
 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: Healthcheck (IBMCSV,CSV_APF_EXISTS)

2007-10-29 Thread Peter Relson
I made a mistake in my previous append.

It turns out that we can determine if a migrated data set is SMS-managed
without recalling it, in case it is deemed appropriate to differentiate
between the migrated-and-SMS-managed case and the
migrated-but-not-SMS-managed case.

Peter Relson
z/OS Core Technology Design

--
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


S66D-40 abend running ISFACR z/OS R7

2007-10-29 Thread Bob Young
This was originally posted in the RACF-L list.  I'm receiving an S66D-40 abend 
running Step2 of the ISFACR SDSF conversion utility in batch.  The resolution 
appears to be to direct the variable storage above the line by changing the 
TSO/E PROFILE setting to PROFILE VARSTORAGE(HIGH).

The problem is this profile setting was introduced in z/OS R8 and I'm still at 
R7.

Do I have any options for z/OS R7?

Thanks.

Bob Young

--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread Ron Wells
John..

Guess I'm missing something then...

I thought there was a way to set the home directory(which we do in RACF) 
but when you issue a slash '/' the home directory set(in RACF) would show 
up/display

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
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: Boxed Devices

2007-10-29 Thread Glenn Miller
Kevin,

I searched IBMLINK for activate 016b and found 2 possiblilities:

II08927 - MSGIOS500I IOS5000I RC 16B 016B

OA11862 - H/W ACTIVATE FAILS DUE TO WRONG SUBCHANNEL SET ID

The only PTF for OA11862 is: UA19349 ( for z/OS R7 only ).  The example of 
the message in the APAR was:

MSGIOS1500I REASON=016B,CAN NOT DELETE DEVICE(S) d
 FROM CSS c
 DESCTEXT=SYSTEM ERROR - DIAGNOSTIC INFO 4015 010A 01

The message you received didn't have the FROM CSS c information nor did it 
have the DIAGNOSTIC INFO 4015 010A 01

If your z/OS is R7, then maybe the APAR might apply.

If not, maybe the INFO APAR: II08927 might apply.

HTH
Glenn Miller

--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread Ron Wells
John..

If my HOME directory is /u/agfttxfr/catalog/n020
and I have a ' .profile' setup under the userid directory and I have the 
following...should it not get what I need??

PATH=/u/agttxfr/catalog 
PATH=$PATH:$HOME: 
export PATH 

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
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: Determine owner of a dataspace

2007-10-29 Thread Roland Schiradin
I believe only the undocumented DSPLIST service might help. SHOWzOS, MXI 
and D A, use it

Roland

LOCASCB will translate an address space STOKEN to an ASCB address.

Is there anything that will get the PASN owning a dataspace? I presume that
LOCASCB RC=8 indicates that the STOKEN describes a dataspace.

--
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: FTP-Client(PC)/Server(M/F)

2007-10-29 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wells
 Sent: Monday, October 29, 2007 2:59 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Re: FTP-Client(PC)/Server(M/F)
 
 
 John..
 
 If my HOME directory is /u/agfttxfr/catalog/n020
 and I have a ' .profile' setup under the userid directory and 
 I have the 
 following...should it not get what I need??
 
 PATH=/u/agttxfr/catalog 
 PATH=$PATH:$HOME: 
 export PATH 

NO. 

From what I have read, you can only do as I said in the previous emails,
as documented in the URLs supplied. That's just the way that it is. The
~/.profile is only read by a login shell. It is not read by the ftp
server. You're ftp client session does not have any access to the user's
environment variables which might be set up for a UNIX shell
environment.

I think that I may have missed something along the line. Of what use is
the PATH environment variable for an ftp client connection? That is
simply the UNIX equivalent to a STEPLIB or JOBLIB, i.e. where executable
programs exist.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.

--
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: Healthcheck (IBMCSV,CSV_APF_EXISTS)

2007-10-29 Thread Roland Schiradin
Peter, 

I don't care if a dataset is really SMS-managed or not. If it's flagged as 
SMS-managed in the APF entry I don't care about the DS migrated 
healthcheck exception as this is a well known expection and we know this.

Roland

I made a mistake in my previous append.

It turns out that we can determine if a migrated data set is SMS-managed
without recalling it, in case it is deemed appropriate to differentiate
between the migrated-and-SMS-managed case and the
migrated-but-not-SMS-managed case.

Peter Relson

--
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


Moving HSM Migrated Data Sets to New System

2007-10-29 Thread Doug Evans
I'm in the process of moving a z/OS 1.6 environment to a z/OS 1.8 
enviornment. Due to configuration issues (long story, but ie, I don't have tape 
drives on the source system) I cannot simply dump volumes to tape and move 
them. In the end, not really a problem- I'm moving datasets by dumping them 
with DFDSS to a data set, FTPing the data set to the new system, and 
restoring. Not the fasted way to go, but it's working.

But now, my major concern is moving all our HSM migrated data sets- both 
those on ML1 DASD, and those on ML2 tape. Now the ML2 tapes are going to 
be physical sent where the new enviornment is so data can be recalled off of 
them. The issue/question I have is: how can I move the catalog entries for all 
the migrated data sets? The entries will be scatttered across several user 
catalogs, which won't actually be moved. (Although I guess I could 
move/copy them if needed.) 

Now I did notice in some previous posts (although a few years old) that 
ABARS could possibly do this for me. The post mentioned that it would 
backup/restore migrated data sets without actually recalling/remigrating them. 
Is that true? If so, that would work for me.

Thanks in advance for any responses. And if someone has an idea to talk with 
me about please feel free to call me- number is below.

Doug Evans 
IT Manager 
Integral Systems, Inc. 
Phone: 616-895-2748 / 925-418-5663 
Pager:  925-677-7650 / Fax: 925-522-8039 
mailto:[EMAIL PROTECTED] / [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: ABUSE-RE,HUMOR: Can someone translate from English to English please !!!

2007-10-29 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 10/29/2007
   at 01:38 PM, Phil (Medway Hosting) [EMAIL PROTECTED] said:

I reported a spam to tiscali.it earlier today, and got the following
reply

Google for Bedbug letter.

I THINK it says they have dealt with the offender

It seems to say only that they have admonished him. I suspect that they
will continue admonishing (wink, wink) him in the future.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: About dispatching process

2007-10-29 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on
10/23/2007
   at 09:02 PM, Johnny Luo [EMAIL PROTECTED] said:

My starting point is when the TCB is selected by dispatcher to execute.

The dispatcher might select something other than a TCB.

It's obvious that my TCB can hardly have the chance to occupy CPU
exclusively until it terminates because there're many other dispatch
units who need to be served too. The question is how that happens.

As the result of an interrupt.

I know execution of my program will usually generate interrupts, for
example, I/O interrupt or page-fault. But will the system solely depend
on that?

No, there might be an I/O interrupt for someone else's I/O, and there
might be an external interrupt.

In an extreme case, my program will not lead to any interrupt and will
it eat all CPU cycles?

No.

However, if my program is also running disabled for external interrupts

It can't unless it's authorized. Before you write an authorized program
you need to understand enough about the system to not cause problems.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: About dispatching process

2007-10-29 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on
10/25/2007
   at 08:19 PM, Johnny Luo [EMAIL PROTECTED] said:

This leads me to reconsider my understanding about the process of getting
a spin lock. I used to think what SETLOCK does is just keeping on check
the lockword and running disabled. Then, what is the difference between a
spin loop and a disabled loop?

A spin loop is a loop while attempting to acquire a spin lock. A disabled
loop is a loop while running disabled.

I have another question about RB queue/chain. 

You have the direction reversed. RCBRBP points to the first (most recent)
RB on the chain.

Here is a RB chain after a new RB is added:
TCB -- RB1 -- RB2 -- RB3

Try (where RB3 is the newest):

TCB -- RB3 -- RB2 -- RB1

Then this TCB is dispatched and the RB pointed by TCBRBP will be
executed. Which one?

The newest.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Moving HSM Migrated Data Sets to New System

2007-10-29 Thread Chris Taylor
Doug,

ABARS can help you in this case. You would run the ABACKUP command using 
the PROCESSONLY(MIGRATIONLEVEL2). You could also process ML1 as well; 
there is a separate PROCESSONLY(MIGRATIONLEVEL1). If you were to specify 
the MOVE parm , it would also delete the migrated entries from the source 
system (use with caution)

On the receiving system, run the ARECOVER with the MIGRATEDDATA option. 
ML1 means recover all migrated data to ML1; the manual says this is the 
default. Specifying ML2 will recover to ML2 and MIGRATEDDATA
(SOURCELEVEL) means to recover back to the original migration level.

Your selection dataset would need to look something like INCLUDE(**) and 
then exclude any datasets if needed. All datasets (sms and non-sms) must be 
cataloged in order for ABARS to process them, but since these are migrated 
datasets this is not an issue.

Chapter 3.3 of the DFSMShsm Storage Administration Guide discusses ABARS 
in detail. I do not think there is a compatibilty problem regarding the 
different 
z/OS DFSMS levels that you are running, but it might be worth checking into 
that. 

Hope this helps.

--
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