View previous topic :: View next topic
|
Author |
Message |
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
HI Everyone,
Once we submit a jcl we can se that job related information in the spool area.
for ex :
MY substituted JCL: JESJCL
Code: |
**************************** TOP OF DATA **********************************
1 //oza0135c JOB ACC,NOTIFY=&SYSUID,
// USER=oza0135,PASSWORD=
IEFC653I SUBSTITUTION JCL - ACC,NOTIFY=oza0135,USER=0za0135,PASSWORD=
2 //STEP1 EXEC PGM=IEFBR14
*************************** BOTTOM OF DATA *********** |
Then This is my JESMSGLG::
Code: |
------ JES2 JOB STATISTICS ------
03 MAY 2009 JOB EXECUTION DATE
3 CARDS READ
49 SYSOUT PRINT RECORDS
0 SYSOUT PUNCH RECORDS
4 SYSOUT SPOOL KBYTES
0.00 MINUTES EXECUTION TIME |
What is meant by this 3 cards read ????
49 sysout print ??? sysout punch???
these no are varying like anything for the same job?
Could anyone clarify this??? |
|
Back to top |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
Quote: |
What is meant by this 3 cards read ???? |
1=//oza0135c JOB ACC,NOTIFY=&SYSUID,
2=// USER=oza0135,PASSWORD=
3=//STEP1 EXEC PGM=IEFBR14
Quote: |
49 sysout print ??? sysout punch??? |
Where is the JESthingy?
Quote: |
these no are varying like anything for the same job? |
Huh? |
|
Back to top |
|
|
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
Hello CICS GUY,
I am not able to display the same code but anyways here i am posting the new code:
JESMSGLG:
Code: |
------ JES2 JOB STATISTICS ------
03 MAY 2009 JOB EXECUTION DATE
3 CARDS READ
49 SYSOUT PRINT RECORDS
0 SYSOUT PUNCH RECORDS
4 SYSOUT SPOOL KBYTES
0.01 MINUTES EXECUTION TIME
******************************** BOTTOM OF DATA ****** |
JESJCL
Code: |
********************************* TOP OF DATA **********************************
1 //LEMTEST JOB ACC,NOTIFY=&SYSUID,
// USER=LEM0U07,PASSWORD=
IEFC653I SUBSTITUTION JCL - ACC,NOTIFY=LEM0U07,USER=LEM0U07,PASSWORD=
2 //STEP1 EXEC PGM=IEFBR14
******************************** BOTTOM OF DATA ********************************
|
JESYSMSG
Code: |
TSS7000I LEM0U07 Last-Used 03 May 09 15:18 System=DDIZ Facility=BATCH
TSS7001I Count=09338 Mode=Fail Locktime=None Name=LEMURIATECH USER 7
IEF142I LEMTEST STEP1 - STEP WAS EXECUTED - COND CODE 0000
***********************************************************************
** DATA DISTRIBUTORS INC. CPU Model 2086/00 DDIZ CPU S
**
** JOBNAME: LEMTEST STEPNAME: STEP1 PROCSTEP: PROGRAM:IEFBR14
** START: 15:18:38.73 ALLOC: 15:18:38.85 LOAD: 15:18:38.98 END: 15:18:39
** PAGING IN 0 OUT 0 RCLM 0 REGION 1024K PVT
** VIO IN 0 OUT 0 RCLM 0
** SWAPING IN 0 OUT 0 PAGE SEC: 992
** COMMON IN 0 RCLM 0 SWAPS: 0
**
** TOTAL IN 0 OUT 0 RCLM 0 STOLEN: 0
**
** UNIT ADDR I/O COUNT UNIT ADDR I/O COUNT UNIT ADDR I/O COUNT UNI
** ------ ---- --------- ------ ---- --------- ------ ---- -------
***********************************************************************
IEF373I STEP/STEP1 /START 2009123.1518
IEF374I STEP/STEP1 /STOP 2009123.1518 CPU 0MIN 00.00SEC SRB 0MIN 00.00
***********************************************************************
**
** JOBNAME: LEMTEST STEPS: 1 READER: 09.123 15:18:38.09 START: 15:18:3
** INLINE DATA: 0 TCB CPU: 00:00:00.00 SRB CPU: 00:00:00.00 RES: 00:
**
***********************************************************************
IEF375I JOB/LEMTEST /START 2009123.1518
IE**76I JOB/LEMTEST /STOP 2009123.1518 CPU 0MIN 00.00SEC SRB 0MIN 00.00 |
|
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello and welcome to the forum,
To add to what CG posted:
Quote: |
49 sysout print ??? sysout punch??? |
You did not post all of the print sysout, so 49 is not visable. You "punched" nothing so the count is zero.
Quote: |
these no are varying like anything for the same job?
|
I echo the "huh?". This does need clarification. |
|
Back to top |
|
|
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
now i have posted all the messages..? |
|
Back to top |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
7+4+28=39?
Does it count console messages too? |
|
Back to top |
|
|
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
CICS Guy wrote: |
7+4+28=39?
Does it count console messages too? |
What is this 7 + 4 + 28 = 39??? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
now i have posted all the messages..? |
Well, at least all that are visable in the jes spooled output for your job
Quote: |
Does it count console messages too? |
Yes some, if not all of these, i believe. |
|
Back to top |
|
|
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
I am not clear Mr SCHERRER, i hope you can explain these
7+4+28=39?
Does it count console messages too?
??????? |
|
Back to top |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
sakthikumarT wrote: |
7+4+28=39?
Does it count console messages too?
??????? |
Did you count the lines printed?
Ignore the "** TOP OF DATA **" and the "** BOTTOM OF DATA **".....
Look at the console log and count those lines associoated with your job.... |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Please look at my earlier reply. You have counted all that you see in the jes spool, but i believe not everything is there to see.
Depending on how your system is administered, you may not have security permission to see the "real" console log.
Is there some requirement that you need to "prove" the counts? |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
Sakthi,
In simplest terms, these numbers represent:
CARDS READ - the number of card images read for this job. Card readers don't really exist anymore so this is the count of card-like records passing thru the virtual "internal" reader.
PRINT RECORDS - the number of print lines generated for this job
PUNCH RECORDS - the number of punch cards generated by this job. Card punches don't really exist anymore, so this is the SYSOUT class designated to JES as "punch". |
|
Back to top |
|
|
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
Yeah i got it.Thanks for clearing my doubt.
But
Quote: |
Could you excatly tell me about that Console message..? |
like what kind of information??? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Where did the quote come from?
What is the question? |
|
Back to top |
|
|
sakthikumarT
New User
Joined: 09 Apr 2009 Posts: 50 Location: Bangalore
|
|
|
|
I just want to know about Console message.?
As you said due to security reasons the Admin might hide these information. What kind of information these Console Log will Contain( In general)..? |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
Dick may have meant that the LOG option in SDSF may not be available to you so you couldn't browse the full SYSLOG. You can still see your job's log messages when you browse the output. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
Dick may have meant that the LOG option in SDSF may not be available to you so you couldn't browse the full SYSLOG |
Yup, that is exactly what i meant.
This (the possibly restricted log) is the system log rather than the JESMSGLG which is part of your job. As Bill mentioned, you should be able to see your job's message log. |
|
Back to top |
|
|
|