compare HFS

2009-11-26 Thread Federica Menichi
Hi
I have to compare two HFS files, how can I do?
Does anyone Know an utility to do it?

thanks 
Federica

--
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: IFASMFDP user exit

2009-11-26 Thread Miklos Szigetvari

Hi

Thank you, working in this way .

DanD wrote:


My archives (from over 15 years ago) have an IFASMFDP USER2 exit routine
that has the following comments...

ON ENTRY : R1 - 3 WORD PARAMETER LIST
   WORD 1 - ADDRESS OF 3 USER FULLWORDS
   WORD 2 - ADDRESS OF THE SMF RECORD
   WORD 3 - ADDRESS OF THE OUTDD FILE NAME

My exit uses the OUTDD name (WORD 3) as a JOBNAME filter, and extracts 
the

SMF for that specific job.
Of course, only the SMF records where the jobname can be found appear 
in the

output data set.

Dan
- Original Message - From: Miklos Szigetvari
Sent: Wednesday, November 25, 2009 10:59 AM
Subject: IFASMFDP user exit


Hi

If someone can clarify the exit paramter list for the IFASMFDP user 
exits.
+0 is a user work area , freely uasble or a pointer to a 3 word long 
list

(+0 reg0 +4 reg1 +8 free )
--
Miklos Szigetvari



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



--
Miklos Szigetvari

Development Team
ISIS Information Systems Gmbh 
tel: (+43) 2236 27551 570
Fax: (+43) 2236 21081 

E-mail: miklos.szigetv...@isis-papyrus.com 

Info: i...@isis-papyrus.com 
Hotline: +43-2236-27551-111 

Visit our Website: http://www.isis-papyrus.com 
---

This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS accepts
no responsibility for malicious or inappropriate content.
--- 


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


Antwort: compare HFS

2009-11-26 Thread Michael Klaeschen
Federica,

for text files, i.e. more or less human readable, /bin/diff can be used. 
This program results in a description on what to change in the one file in 
order to get same content as in the other file and vice versa. For 
arbitrary files, especially with binary contents like load libraries etc. 
/bin/cmp propably is the better choice. This program just reports the 
position (byte-number) of different contents.

Cheers 
Michael




Federica Menichi fmeni...@sogei.it 
Gesendet von: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
26.11.2009 11:12
Bitte antworten an
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


An
IBM-MAIN@BAMA.UA.EDU
Kopie

Thema
compare HFS






Hi
I have to compare two HFS files, how can I do?
Does anyone Know an utility to do it?

thanks 
Federica

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


Re: Question on RDWInputRecordStream

2009-11-26 Thread John McKown
I finally got around to writing a test program which ujses
RDWInputRecordStream. The data returned does not include the RDW itself.
This is, for me, unfortunate, because the SMF record DSECTs that I'm using
include the RDW.  Thankfully, there is a read which allows me to read the
data with an offset, so that I can align the read record with the DSECT offsets.

--
John McKown

--
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: DFHSM QUESTION - INTERVAL MIGRATION

2009-11-26 Thread esmie moo
Joel,

Thanks for the info.  I noticed in the syslog that INTERVAL MIGRATION is 
started.  When INTERVAL MIGRATION is running (in this case for TMM VOLS) would 
it prevent a ML2 recall of a dsn to the same TMM VOLS?

--- On Thu, 11/26/09, Joel C. Ewing jcew...@acm.org wrote:


From: Joel C. Ewing jcew...@acm.org
Subject: Re: DFHSM QUESTION - INTERVAL MIGRATION
To: IBM-MAIN@bama.ua.edu
Received: Thursday, November 26, 2009, 4:15 PM


On 11/25/2009 12:54 PM, esmie moo wrote:
 Good Afternoon Gentle Readers,  
 I am trying to find out the exact time INTERVAL MIGRATION kicks off.  I 
 checked the ARCCMD00 member but it does not indicate the time period it kicks 
 off.  Here is what is in the ARCCMD00:
  
 SETSYS   INTERVALMIGRATION   
 Any suggestions?  I have a feeling that AUTOMATIONS could be triggering the 
 INTERVAL MIGRATION command.  I have asked the AUTOMATIONS group as well.
 
 Thanks. 
...
I believe the default is every hour on the hour.  One of the HSM manuals
gives a PATCH command that can be included in ARCCMDxx to alter the
interval to a longer interval length, but if you are doing this to
reduce HSM CPU and I/O overhead during peak load periods, the interval
adjustment method has the disadvantage of starting when HSM is started -
and if that varies so does the time-of-day at which Interval Migration
will occur.  To get around those limitations we went back to the 1 hour
default and used automation to turn on INTERVAL MIGRATION just before
the specific hour ticks we want it to run, and then turn it back off
just before the following hour tick.

-- 
Joel C. Ewing, Fort Smith, AR        jremoveccapsew...@acm.org

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



  __
Make your browsing faster, safer, and easier with the new Internet Explorer® 8. 
Optimized for Yahoo! Get it Now for Free! at 
http://downloads.yahoo.com/ca/internetexplorer/

--
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: WPS vs SAS WPS on zLinux

2009-11-26 Thread Roger Bowler
On Thu, 19 Nov 2009 17:25:19 -0600, Kirk Wolf k...@dovetail.com wrote:

Please, not again. haven't we many times hashed over why Java is
not in practice interpreted.
For most things, its performance is not that far from C.   When
Java is slow, its almost always due to poor design (and
programmers).   Have you looked at the machine code generated by the
Java JVM?  Its great stuff, and automatically recompiles hot method
stacks with fancy inlining, loop unwinding, etc as your program runs.

I don't know if it's undeserved or not, but Java on z does have a reputation
for being a resource hog. I just ran the hello world sample program on a z10
: it took 6 seconds elapsed time and required a region size of 96M (yes,
that's 96 MEGABYTES!). Just to print hello world. And that doesn't include
the compile.

Scale this up and it's not surprising that IBM are reporting record sales of
z hardware!

Roger Bowler
Hercules the people's mainframe

PS: Here's the program:

public class test1 {
  public static void main (String args[]) {
System.out.println(test1: Java on zSeries);
  }
}

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


How do I issue Vary SMS commands in batch

2009-11-26 Thread גדי בן אבי
Hi,

I would like to issue the ‘V SMS,VOL(xxx),Disable,new’ command, or an 
equivalent, in batch.

The job would issue the command, then run a defrag step, and then issue another 
command to enable the volume.

Is this possible?

Using the COMMAND JCL statement won’t work, because the command would be issued 
at submit time instead of run time.

TIA

Gadi


לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

--
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: How do I issue Vary SMS commands in batch

2009-11-26 Thread Juergen Keller
try this:
//CMD   EXEC PGM=IEBGENER   
//SYSPRINT DD SYSOUT=* 
//SYSINDD DUMMY
//SYSUT2   DD SYSOUT=(A,INTRDR)
//SYSUT1   DD DATA,DLM=XX  
/*$VS,'cmd'
XX 
regards Juergen

--
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: How do I issue Vary SMS commands in batch

2009-11-26 Thread גדי בן אבי
Thanks

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Juergen Keller
Sent: Thursday, November 26, 2009 2:57 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: How do I issue Vary SMS commands in batch

try this:
//CMD   EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSINDD DUMMY
//SYSUT2   DD SYSOUT=(A,INTRDR)
//SYSUT1   DD DATA,DLM=XX
/*$VS,'cmd'
XX
regards Juergen

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


Re: compare HFS

2009-11-26 Thread Walter Marguccio
the command diff -r is your friend:

diff  -r  /u/source
Federica,

the command diff -r is your friend:

diff  -r  /u/sourcedir  /u/targetdir

Appending '  /u/results.txt' to the above command you can direct the output of 
diff to 
a file for further reference. 

HTH.

Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany





From: Federica Menichi fmeni...@sogei.it
To: IBM-MAIN@bama.ua.edu
Sent: Thu, 26 November, 2009 11:12:34
Subject: compare HFS

Hi
I have to compare two HFS files, how can I do?
Does anyone Know an utility to do it?

thanks 
Federica

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


Re: How do I issue Vary SMS commands in batch

2009-11-26 Thread Binyamin Dissen
On Thu, 26 Nov 2009 14:52:25 +0200 ??? ?? ??? gad...@malam.com wrote:

:I would like to issue the ‘V SMS,VOL(xxx),Disable,new’ command, or an 
equivalent, in batch.

:The job would issue the command, then run a defrag step, and then issue 
another command to enable the volume.

:Is this possible?

:Using the COMMAND JCL statement won’t work, because the command would be 
issued at submit time instead of run time.

Run batch TMP with the CONSOLE command.

--
Binyamin Dissen bdis...@dissensoftware.com
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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How do I issue Vary SMS commands in batch

2009-11-26 Thread Lizette Koehler
Gadi,

You could use a scheduling package to submit the first job that would do the
vary, then submit a second job to do the defrag, then have it issue a last
job to do the last vary.

Or you could write a REXX that runs in batch that does all this and does
condition code checking.

Or you could write (and there might be one on the CBT Tape website) that
uses SVC34 to issue commands.

I thought when you used DFDSS to defrag a pack it was locked the volume
until the defrag completes, so you would not need to put the volume in
DISNEW status.  Though I might be remembering wrong.

Lizette


 
 Hi,
 
 I would like to issue the 'V SMS,VOL(xxx),Disable,new' command, or an
equivalent, in
 batch.
 
 The job would issue the command, then run a defrag step, and then issue
another
 command to enable the volume.
 
 Is this possible?
 
 Using the COMMAND JCL statement won't work, because the command would be
issued
 at submit time instead of run time.
 

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


Java - yet again

2009-11-26 Thread Shane
On Thu, 2009-11-26 at 06:48 -0600, Roger Bowler wrote:

 I don't know if it's undeserved or not, but Java on z does have a reputation
 for being a resource hog. I just ran the hello world sample program on a z10
 : it took 6 seconds elapsed time and required a region size of 96M (yes,
 that's 96 MEGABYTES!).

Hmmm - my opinions of write once, run nowhere java is probably well
known.
Despite Kirks protestations, most of the java I see seems to have been
written by people who have their programming grounding (for want of a
better term) in basic.
Maybe I'm just unlucky.

Shane ...

--
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: Bye from Brian

2009-11-26 Thread Eric Bielefeld
I've thought about that - will I keep reading IBM-Main after I retire.  I 
know there are a few that do.  Some offer good suggestions, and then there 
are some that offer really out of date advice.  I don't want to be one of 
those.  I guess when that time comes, I'll figure it out.


Eric Bielefeld
Sr. Systems Programmer
IBM Global Services Division
Dubuque, Iowa
414-477-7259



- Original Message - 
From: Andrew Armstrong androidarmstr...@gmail.com



Brian,

I'd strongly recommend you continue lurking! 35 years of experience is a
valuable community resource to lose, and many people on this list are very
interested in what has happened over the last several decades. I too am a
LTL - I only wish I was paid for it!

Best wishes,
Andrew.
(Fellow Hitchhiker's fan) 


--
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: relating module prefixes to components and products

2009-11-26 Thread Peter Relson
OK, I'll bite.

What component / product uses S?

As other appends have mentioned, it was never A-J, it was, and is, 
A-I.

Certainly there are protocols, such as ENQ names, where SYS has a 
special meaning. And there are certain protocols where for industry 
standards names outside the normal name scope need to be named. But I 
would be surprised if there is an IBM component or product that feels free 
to use a 3-char prefix beginning with S.  So feel free to surprise me.

Peter Relson
z/OS Core Technology Design

--
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: compare HFS

2009-11-26 Thread Federica Menichi
Acrually  I have to compare two ROOT FILE SYSTEM 

--
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: compare HFS

2009-11-26 Thread Walter Marguccio
 To: ibm-m...@bama.ua.ed
 From: Federica Menichi fmeni...@sogei.it

 To: IBM-MAIN@bama.ua.edu

 Acrually  I have to compare two ROOT FILE SYSTEM 

Federica,

if both systems where each ROOT file are active (which means both ROOTs
are mounted) then it is not possible to mount one of the ROOT on one of the 
systems
in read only in order to compare, unless all of your Unix System Services files 
are shared
amongs your Sysplex. 

But, in case you have LPAR A active (which has an active ROOT_A mounted at '/')
and LPAR B is inactive, you can mount the ROOT_B belonging to LPAR B under
LPAR A under /service and then from LPAR A issue:

diff -r  //service/  u/myuser/results.txt

How is your environment setup ?

Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany




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


SMPE help

2009-11-26 Thread Ramachandran A
 Hi All,


We are trying to install the WAS product on zOS, during SMPE receive step
got failed with following error code message in SMPOUT  COPYOUT


*SMPOUT*

GIM35101E ** SYSMOD HBMZ700 FAILED BECAUSE OF AN ERROR THAT OCCURRED WHILE
LOADDING SMPTLIB DATA SETS. THE RETURN CODE  FROM THE COPY UTILITY WAS
08.


*COPYOUT  *

IEB1011E AVAILABLE STORAGE (4K) IS TOO SMALL.ADD 1796K MORE BYTES TO WORK
SIZE.


I specified REGION=0M parameter in JOB  EXEC statement and increased  the
number of directory blocks in SMPTLIB dataset. but still we are getting the
same message.


Any suggestions and inputs are most welcome.


Thanks  Regards,

Ram.

--
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: WPS vs SAS WPS on zLinux

2009-11-26 Thread Kirk Wolf
This is like saying here's my first program written for CICS in
COBOL.   How long does it take and how many resources are consumed to
start CICS and run it?  (and BTW, I don't know much about CICS and I
haven't bothered to tune it)

Granted, there is a bit of work starting up a Java JVM on z/OS, so its
not ideal for really short jobs.

Re: 6 seconds - not sure what elapsed time means in your environment,
but I can start Apache Tomcat on z/OS (a pretty big Java app) in 3
seconds.   If your goal was to tune startup of the JVM for short jobs,
you would probably use shared classes and the quickstart JIT option.
With that, you could probably start in around a half a second CPU
time.

Re: 96M - z/OS Java's default maximum heap size is 64 MB and it will
allocate all of it when it starts up.   Add in the non-heap storage
and native code size and 96MB sounds about right.   You probably
didn't need 64MB of heap to run your program.

Although the fixed costs of starting a Java JVM are a little steep,
the incremental costs of running code in a medium to long running job
or container can be pretty competitive.   You still have to deal with
the common issue that most Java programmers don't know how to write
efficient code that scales up

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Thu, Nov 26, 2009 at 6:48 AM, Roger Bowler ibm-m...@snacons.com wrote:
 On Thu, 19 Nov 2009 17:25:19 -0600, Kirk Wolf k...@dovetail.com wrote:


 I don't know if it's undeserved or not, but Java on z does have a reputation
 for being a resource hog. I just ran the hello world sample program on a z10
 : it took 6 seconds elapsed time and required a region size of 96M (yes,
 that's 96 MEGABYTES!). Just to print hello world. And that doesn't include
 the compile.

 Scale this up and it's not surprising that IBM are reporting record sales of
 z hardware!

 Roger Bowler
 Hercules the people's mainframe

 PS: Here's the program:

 public class test1 {
  public static void main (String args[]) {
    System.out.println(test1: Java on zSeries);
  }
 }

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


Re: Java - yet again

2009-11-26 Thread Kirk Wolf
On Thu, Nov 26, 2009 at 7:21 AM, Shane ibm-m...@tpg.com.au wrote:

 Hmmm - my opinions of write once, run nowhere java is probably well
 known.
 Despite Kirks protestations, most of the java I see seems to have been
 written by people who have their programming grounding (for want of a
 better term) in basic.
 Maybe I'm just unlucky.

 Shane ...

Protestations?  I think that I was agreeing with you.   I have seen
lots of great Java code, but the majority is pretty lousy.

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


AUTO: Anthony Fletcher/New Zealand/IBM is out of the office. (returning 28/11/2009)

2009-11-26 Thread Anthony Fletcher
I am out of the office until 28/11/2009.

I will intermittently have access to Email which is preferable. I may be
able to answer my Mobile 021 464 864 if the matter is urgent.
For technical assistance with AirNZ or Telstraclear contact Tony Brown. For
technical assistance with Westpac NZ or NWM contact Richard Crook. For
anything administrative contact Justine Grose.


Note: This is an automated response to your message  Antwort: compare HFS
sent on 27/11/09 0:32:04.

This is the only notification you will receive while this person is away.

--
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: Question on RDWInputRecordStream

2009-11-26 Thread Kirk Wolf
SMOP:

int len = rdwInputStream.read(recbuf, 4);
int rdw = (len+4)16;
ByteUtil.putInt(rdw, recbuf, 0);


On Thu, Nov 26, 2009 at 5:48 AM, John McKown joa...@swbell.net wrote:
 I finally got around to writing a test program which ujses
 RDWInputRecordStream. The data returned does not include the RDW itself.
 This is, for me, unfortunate, because the SMF record DSECTs that I'm using
 include the RDW.  Thankfully, there is a read which allows me to read the
 data with an offset, so that I can align the read record with the DSECT 
 offsets.

 --
 John McKown

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


R: compare HFS

2009-11-26 Thread MENICHI FEDERICA
Thanks Walter
Your suggestion is good 
I have mounted the ROOT of my LPAR inactive in the service mount point  and I'm 
comparing two ROOT
Federica



-Messaggio originale-
Da: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] Per conto di 
Walter Marguccio
Inviato: giovedì 26 novembre 2009 15.38
A: IBM-MAIN@bama.ua.edu
Oggetto: Re: compare HFS

 To: ibm-m...@bama.ua.ed
 From: Federica Menichi fmeni...@sogei.it

 To: IBM-MAIN@bama.ua.edu

 Acrually  I have to compare two ROOT FILE SYSTEM 

Federica,

if both systems where each ROOT file are active (which means both ROOTs
are mounted) then it is not possible to mount one of the ROOT on one of the 
systems
in read only in order to compare, unless all of your Unix System Services files 
are shared
amongs your Sysplex. 

But, in case you have LPAR A active (which has an active ROOT_A mounted at '/')
and LPAR B is inactive, you can mount the ROOT_B belonging to LPAR B under
LPAR A under /service and then from LPAR A issue:

diff -r  //service/  u/myuser/results.txt

How is your environment setup ?

Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany


  

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


Re: How do I issue Vary SMS commands in batch

2009-11-26 Thread Paul Gilmartin
On Thu, 26 Nov 2009 08:12:28 -0500, Lizette Koehler wrote:

You could use a scheduling package to submit the first job that would do the
vary, then submit a second job to do the defrag, then have it issue a last
job to do the last vary.

Why three jobs?  Couldn't the first vary and the defrag be combined in a
single job?

And to avoid races, it's probably safer not to use a scheduler, but
to have the defrag job submit the last vary with IEBGENER.

-- gil

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


Tool for identifying mount points?

2009-11-26 Thread Larry Wright
Anyone know of a tool that will analyze ZFS and HFS mount points?  

I need something that can combine the mount points from several systems to
make sure that they are all accounted for in the base 'root' system before
it is distributed to the other systems.  I'm on z/os 1.9 (mostly).

TIA,

Larry

--
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: How do I issue Vary SMS commands in batch

2009-11-26 Thread Itschak Mugzach
I would issue the commands using TSO Console command and get the response to
see if the command was executed with no problem. Entering the command is one
thing, and ensuring that the command did what you wanted is another
thing. Rexx / Clist are best platforms for doing this.

Regards,
ITschak

On Thu, Nov 26, 2009 at 5:28 PM, Paul Gilmartin paulgboul...@aim.comwrote:

 On Thu, 26 Nov 2009 08:12:28 -0500, Lizette Koehler wrote:
 
 You could use a scheduling package to submit the first job that would do
 the
 vary, then submit a second job to do the defrag, then have it issue a last
 job to do the last vary.
 
 Why three jobs?  Couldn't the first vary and the defrag be combined in a
 single job?

 And to avoid races, it's probably safer not to use a scheduler, but
 to have the defrag job submit the last vary with IEBGENER.

 -- gil

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


Re: Question on RDWInputRecordStream

2009-11-26 Thread John McKown
On Thu, 2009-11-26 at 09:13 -0600, Kirk Wolf wrote:
 SMOP:
 
 int len = rdwInputStream.read(recbuf, 4);
 int rdw = (len+4)16;
 ByteUtil.putInt(rdw, recbuf, 0);
 

Yes, that will do it. I posted another error/problem on the JZOS forum.
My SMF data on the PC is VBS and is still segmented. FTP transfers it as
segmented and does not coalesce the multiple segments into a single
logical record. Also RDWInputRecordStream returns each segment
independently with no indication that the logical record is part of a
segmented series of records. IOW, it cannot be successfully used to
process VBS records on the PC. So much for using it for my SMF
processing, unless I preprocess the SMF data from VBS to a VB dataset
first and download the VB dataset. I don't know if Co:Z's tranfer with
the RDW option coalesces the segments of a segment record into a single
VB record or not.

This was with JZOS 2.3.2 from Alphaworks.
 
-- 
John McKown
Maranatha! 

--
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: SMPE help

2009-11-26 Thread prathap KBS
Hi Ram,

Get into SMP/e Option 1 admin panel. Select GLOBAL zone, from there
select utility. Find IEBCOPY entry and fill the parameter field -
PARM='WORK=4M'

The above change would add the work space parameter  for PDSE
processing (the one given below) during SMP/e receive process and
hopefully overcome the work space issue.

//STEP1 EXEC PGM=IEBCOPY,PARM='WORK=4M'

This is just a guess from what I see from the message. Please try and
let me know.

Thanks,
Prathap

On Thu, Nov 26, 2009 at 8:14 PM, Ramachandran A
ramachandran...@gmail.com wrote:
  Hi All,


 We are trying to install the WAS product on zOS, during SMPE receive step
 got failed with following error code message in SMPOUT  COPYOUT


 *SMPOUT*

 GIM35101E ** SYSMOD HBMZ700 FAILED BECAUSE OF AN ERROR THAT OCCURRED WHILE
 LOADDING SMPTLIB DATA SETS. THE RETURN CODE  FROM THE COPY UTILITY WAS
 08.


 *COPYOUT  *

 IEB1011E AVAILABLE STORAGE (4K) IS TOO SMALL.ADD 1796K MORE BYTES TO WORK
 SIZE.


 I specified REGION=0M parameter in JOB  EXEC statement and increased  the
 number of directory blocks in SMPTLIB dataset. but still we are getting the
 same message.


 Any suggestions and inputs are most welcome.


 Thanks  Regards,

 Ram.

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


Re: Java - yet again

2009-11-26 Thread Scott
I've seen plenty of awful Java.  But by far, VB.NET takes the cake due to
India's 3-week course .NET factories.  I've found several *major* exploits
in some core business software and the dynamics of it all... leaves an
imprint of my palm in my forehead.

Scott

On Thu, Nov 26, 2009 at 7:01 AM, Kirk Wolf k...@dovetail.com wrote:

 On Thu, Nov 26, 2009 at 7:21 AM, Shane ibm-m...@tpg.com.au wrote:
 
  Hmmm - my opinions of write once, run nowhere java is probably well
  known.
  Despite Kirks protestations, most of the java I see seems to have been
  written by people who have their programming grounding (for want of a
  better term) in basic.
  Maybe I'm just unlucky.
 
  Shane ...
 
 Protestations?  I think that I was agreeing with you.   I have seen
 lots of great Java code, but the majority is pretty lousy.

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


Re: Java - yet again

2009-11-26 Thread Edward Jaffe

Shane wrote:

Hmmm - my opinions of write once, run nowhere java is probably well
known.
  


I thought it was write once, debug everywhere?

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

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


Have a Good Thanksgiving

2009-11-26 Thread Eric Bielefeld
Have a good Thanksgiving everyone.  I am thankful for my new job at IBM.  It 
should be very interesting, once I actually get working on projects.  Right 
now I'm mostly learning how to do things within IBM, and taking a bunch of 
online education.


I'm hoping everyone has a good Thanksgiving, and has something to be 
thankful for.  I know Thanksgiving isn't celebrated everywhere IBM-Main 
goes, but I'm sure you all have things to be thankful for.


Eric Bielefeld
Sr. Systems Programmer
IBM Global Services Division
Dubuque, Iowa
414-477-7259 


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


how to modify HSM patch byte

2009-11-26 Thread Tommy Tsui

Hi all,
I try to delete the expired dataset HSM provides a patch byte that enable  
users to override the requirement that an sms-managed dataset have a backup  
copy before it is expired. anyone knows how to set the patch byte for HSM


thanks and regards

--
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: how to modify HSM patch byte

2009-11-26 Thread Miran Cotic

 Hi all,
 I try to delete the expired dataset HSM provides a patch byte that enable

 users to override the requirement that an sms-managed dataset have a
backup
 copy before it is expired. anyone knows how to set the patch byte for HSM

 thanks and regards

Did you mean :

PATCH .MCVT.+431 BITS(..1.) /* Override the requirement */
/* that SMS-managed data sets */
/* have a backup copy before */
/* they can be expired */

Regards,
  Miran C.

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