Re: Life of a JOB

2012-02-14 Thread Veilleux, Jon L
Thanks, and thanks to Tony who took the time to scan his hardcopy. I am hoping 
to pass this on to our newer folks with the addition of which control blocks 
get created at each stage.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Kammer, Charles
Sent: Monday, February 13, 2012 4:59 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Life of a JOB

This may be a newer version of the 1974 presentation from SHARE 94, winter of 
2000, session #2652

ftp://service.boulder.ibm.com/s390/jes2/Share94/JobRelatedExits.pdf


Charles S. Kammer
ckam...@bexar.org

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
zMan
Sent: Monday, February 13, 2012 3:09 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Life of a JOB

From 1974? I'd be surprised if it STARTED as softcopy back then. But maybe 
he's scanned it...I'd love to see it, too!

On Mon, Feb 13, 2012 at 3:37 PM, Ward, Mike S mw...@ssfcu.org wrote:
 Anthony, if it's in softcopy would you please send me a copy? I would 
 like to read it.

 TIA.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On 
 Behalf Of Sambataro, Anthony (NIH/NBS) [E]
 Sent: Monday, February 13, 2012 10:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Life of a JOB

 I have a copy of the following:

 The Life of a Job (and the Exits it Touches)

 From Share 74, March 1990
 By Mark Laman of IBM
 24 pages

 -Original Message-
 From: Veilleux, Jon L [mailto:veilleu...@aetna.com]
 Sent: Monday, February 13, 2012 10:29 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Life of a JOB

 I seem to remember an old SHARE presentation called (I believe) The 
 Life of a JOB. I cannot find it in the SHARE proceedings because they 
 only go back to 2005 and this is older than that. Would anyone happen 
 to have a copy of this presentation?
 TIA,
 Jon

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

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

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

 ==
 This email and any files transmitted with it are confidential and 
 intended solely for the use of the individual or entity to which they 
 are addressed. If you have received this email in error please notify 
 the system manager. This message contains confidential information and 
 is intended only for the individual named. If you are not the named 
 addressee you should not disseminate, distribute or copy this e-mail. 
 Please notify the sender immediately by e-mail if you have received this 
 e-mail by mistake and delete this e-mail from your system. If you are not the 
 intended recipient you are notified that disclosing, copying, distributing or 
 taking any action in reliance on the contents of this information is strictly 
 prohibited.

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



--
zMan -- I've got a mainframe and I'm not afraid to use it

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

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

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


Life of a JOB

2012-02-13 Thread Veilleux, Jon L
I seem to remember an old SHARE presentation called (I believe) The  Life of a 
JOB. I cannot find it in the SHARE proceedings because they only go back to 
2005 and this is older than that. Would anyone happen to have a copy of this 
presentation?
TIA,
Jon

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

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


Re: Life of a JOB

2012-02-13 Thread Barry Merrill
I believe the below ACHAP07 member of the MXG Source Library 
may be the information you requested, as it was presented at
SHARE in the 70s and 80s.

While it claims to be revised, it's still possibly out of date.

Barry



/* Copyright (C) 1984,1994 Merrill Consultants Dallas Texas USA */

Status: Has been completely revised.

Chapter Seven
Events in the Lifetime of an MVS Job/STC/TSO Session.

To perform CPE analysis, the analyst must understand the computer system
under investigation and know what functions the operating system performs
for a task.  Although operating systems are different, they all manage the
shared resources in response to requests by tasks for those resources.
Since the operating system is the manager of the many queues for these
requests, a large part of CPE data analysis is to determine who is in what
queue, for how long, and why.

All operating systems provide some accounting data for each task (job,
session, and so forth) that contain time stamps when certain events occur
for that task.  By comparing these time stamps to the logical structure of
the services provided by the operating system, the analyst can understand
how an operating system interaction is mapped to the CPE data.  By
subtracting adjacent time stamps, the duration in certain states
(allocation, CPU execution, I/O execution, and so forth) can be determined
at the task level.  Documentation of CPE data from the vendor often does not
tell enough about the meaning of these events.  Sometimes you can read the
microfiche (when the vendor makes the source available) and perhaps decipher
the conditions under which a time stamp is valid, but even then, the
experimental confirmation of suspicion is required.
By executing tasks that you understand (that is, your own specific job) and
by examining the detail data in those detail records written on your tasks,
you can gain the necessary knowledge.  For SMF data, the MXG program ANALALL
will print all variables from all records for any job.


The SAS System provides powerful features for manipulating numeric values
that contain durations, time stamps, dates, and datetimestamps.
All of these variables are stored as numeric values and manipulated as any
other numeric value.  It is the association of a SAS format (by using the
FORMAT statement) that causes the numeric value to be printed as a date,
time of day or duration, or datetimestamps:

Dates are stored as the number of days (plus or minus) from Jan 1, 1960.
MXG always assigns the format DATE7 to date variables, so that the name of
the month is printed, and MXG avoids the ambiguity of the MMDDYY and DDMMYY
formats (03/05/94 means 05MAR94 in the US but 03MAY94 in Europe!)

Eg:DATA; DATE=1; PUT DATE DATE9.;  prints as  DATE=01JAN1960.
Eg:DATA; DATE=1; PUT DATE DATE7.;  prints as  DATE=01JAN60.

Times are stored as seconds (and fractions, if any), and are assigned the
TIME12.2  format (for typical SMF time stamps with resolution of tenths and
hundredths of a second).

Eg:  DATA; TIME=43200.99; PUT TIME TIME12.2;   prints as  12:00:00.99,
 (there are 86,400 seconds in a day!).   .

Datetimestamps are stored as seconds (plus or minus) from midnight on
January 1, 1960, and are assigned the DATETIME21.2 format (if they are
standard SMF datetimestamp values).

Eg.:   DATA; DATETIME=1262217600.99; PUT DATETIME DATETIME21.2;
   prints as   31DEC1999:00:00:00.99.

   A note on the length of datetime variables.  SAS numeric variables
   are floating point numbers, and are normally stored in 8 bytes (one
   for the exponent, seven for the mantissa).
   Prior to Change 19.272 in January, 2002 this was true:
  MXG overrides the stored length default and specifies LENGTH as
  DEFAULT=MXGLEN; only a few variables need the full 8 byte length,
  and using 4 bytes per variable saves significant DASD space
  in your MXG datasets.  There is one class of variables, however,
  that do require 8 bytes of storage: datetimestamp values, because
  four bytes is not large enough to fully resolve the 10-digit value
  of current datetimestamps.  In fact, if you should store a
  datetimestamp in only four bytes, the time values will be as much
  as 255 seconds less than reality.  Thus MXG assigns a length of 8
  bytes for all datetimestamp values.  To further save storage, MXG
  may keep only the start datetime value and the duration, requiring
  only 12 bytes, instead of both timestamps which would require 16
  bytes, since the end datetime can always be reconstructed by
  addition.
   Change 19.272 changed the default stored length from 4 to 5 on EBCDIC
   and from 4 to 6 on ASCII SAS systems.  See that change text.

Originally, all MXG datetimestamp variables ended with TIME (for
example, READTIME), and all MXG duration/time variables ended with ...TM
(for example, CPUTCBTM), but that was back when I created all of names of
all of the variables.  Now, I 

Re: Life of a JOB

2012-02-13 Thread Sambataro, Anthony (NIH/NBS) [E]
I have a copy of the following:

The Life of a Job (and the Exits it Touches)

From Share 74, March 1990
By Mark Laman of IBM
24 pages

-Original Message-
From: Veilleux, Jon L [mailto:veilleu...@aetna.com] 
Sent: Monday, February 13, 2012 10:29 AM
To: IBM-MAIN@bama.ua.edu
Subject: Life of a JOB

I seem to remember an old SHARE presentation called (I believe) The  Life of a 
JOB. I cannot find it in the SHARE proceedings because they only go back to 
2005 and this is older than that. Would anyone happen to have a copy of this 
presentation?
TIA,
Jon

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

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

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


Re: Life of a JOB

2012-02-13 Thread Ward, Mike S
Anthony, if it's in softcopy would you please send me a copy? I would
like to read it. 

TIA.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Sambataro, Anthony (NIH/NBS) [E]
Sent: Monday, February 13, 2012 10:18 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Life of a JOB

I have a copy of the following:

The Life of a Job (and the Exits it Touches)

From Share 74, March 1990
By Mark Laman of IBM
24 pages

-Original Message-
From: Veilleux, Jon L [mailto:veilleu...@aetna.com]
Sent: Monday, February 13, 2012 10:29 AM
To: IBM-MAIN@bama.ua.edu
Subject: Life of a JOB

I seem to remember an old SHARE presentation called (I believe) The
Life of a JOB. I cannot find it in the SHARE proceedings because they
only go back to 2005 and this is older than that. Would anyone happen to
have a copy of this presentation?
TIA,
Jon

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

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

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

==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.

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


Re: Life of a JOB

2012-02-13 Thread zMan
From 1974? I'd be surprised if it STARTED as softcopy back then. But
maybe he's scanned it...I'd love to see it, too!

On Mon, Feb 13, 2012 at 3:37 PM, Ward, Mike S mw...@ssfcu.org wrote:
 Anthony, if it's in softcopy would you please send me a copy? I would
 like to read it.

 TIA.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Sambataro, Anthony (NIH/NBS) [E]
 Sent: Monday, February 13, 2012 10:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Life of a JOB

 I have a copy of the following:

 The Life of a Job (and the Exits it Touches)

 From Share 74, March 1990
 By Mark Laman of IBM
 24 pages

 -Original Message-
 From: Veilleux, Jon L [mailto:veilleu...@aetna.com]
 Sent: Monday, February 13, 2012 10:29 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Life of a JOB

 I seem to remember an old SHARE presentation called (I believe) The
 Life of a JOB. I cannot find it in the SHARE proceedings because they
 only go back to 2005 and this is older than that. Would anyone happen to
 have a copy of this presentation?
 TIA,
 Jon

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

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

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

 ==
 This email and any files transmitted with it are confidential and intended 
 solely for the use of the individual or entity
 to which they are addressed. If you have received this email in error please 
 notify the system manager. This message
 contains confidential information and is intended only for the individual 
 named. If you are not the named addressee you
 should not disseminate, distribute or copy this e-mail. Please notify the 
 sender immediately by e-mail if you
 have received this e-mail by mistake and delete this e-mail from your system. 
 If you are not the intended recipient
 you are notified that disclosing, copying, distributing or taking any action 
 in reliance on the contents of this
 information is strictly prohibited.

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



-- 
zMan -- I've got a mainframe and I'm not afraid to use it

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


Re: Life of a JOB

2012-02-13 Thread Kammer, Charles
This may be a newer version of the 1974 presentation from SHARE 94, winter of 
2000, session #2652

ftp://service.boulder.ibm.com/s390/jes2/Share94/JobRelatedExits.pdf


Charles S. Kammer
ckam...@bexar.org

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
zMan
Sent: Monday, February 13, 2012 3:09 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Life of a JOB

From 1974? I'd be surprised if it STARTED as softcopy back then. But
maybe he's scanned it...I'd love to see it, too!

On Mon, Feb 13, 2012 at 3:37 PM, Ward, Mike S mw...@ssfcu.org wrote:
 Anthony, if it's in softcopy would you please send me a copy? I would
 like to read it.

 TIA.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Sambataro, Anthony (NIH/NBS) [E]
 Sent: Monday, February 13, 2012 10:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Life of a JOB

 I have a copy of the following:

 The Life of a Job (and the Exits it Touches)

 From Share 74, March 1990
 By Mark Laman of IBM
 24 pages

 -Original Message-
 From: Veilleux, Jon L [mailto:veilleu...@aetna.com]
 Sent: Monday, February 13, 2012 10:29 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Life of a JOB

 I seem to remember an old SHARE presentation called (I believe) The
 Life of a JOB. I cannot find it in the SHARE proceedings because they
 only go back to 2005 and this is older than that. Would anyone happen to
 have a copy of this presentation?
 TIA,
 Jon

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

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

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

 ==
 This email and any files transmitted with it are confidential and intended 
 solely for the use of the individual or entity
 to which they are addressed. If you have received this email in error please 
 notify the system manager. This message
 contains confidential information and is intended only for the individual 
 named. If you are not the named addressee you
 should not disseminate, distribute or copy this e-mail. Please notify the 
 sender immediately by e-mail if you
 have received this e-mail by mistake and delete this e-mail from your system. 
 If you are not the intended recipient
 you are notified that disclosing, copying, distributing or taking any action 
 in reliance on the contents of this
 information is strictly prohibited.

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



-- 
zMan -- I've got a mainframe and I'm not afraid to use it

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

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


Re: Life of a JOB

2012-02-13 Thread Ed Finnell
1st page:
 
(Original by Bernie Becker 1990)
 
In a message dated 2/13/2012 4:04:20 P.M. Central Standard Time,  
ckam...@bexar.org writes:
 
1974  presentation from SHARE 94, winter of 2000, session  #2652


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