IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Reagrding Card Read,SYSOUT PUNCH,SYSOUT PRINT?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Mon May 04, 2009 12:06 am
Reply with quote

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
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon May 04, 2009 12:17 am
Reply with quote

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
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Mon May 04, 2009 1:02 am
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon May 04, 2009 1:02 am
Reply with quote

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?
Quote:

Huh?
I echo the "huh?". This does need clarification.
Back to top
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Mon May 04, 2009 1:09 am
Reply with quote

now i have posted all the messages..?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon May 04, 2009 1:12 am
Reply with quote

7+4+28=39?
Does it count console messages too?
Back to top
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Mon May 04, 2009 1:35 am
Reply with quote

CICS Guy wrote:
7+4+28=39?
Does it count console messages too?


What is this 7 + 4 + 28 = 39???
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon May 04, 2009 1:35 am
Reply with quote

Hello,

Quote:
now i have posted all the messages..?
Well, at least all that are visable in the jes spooled output for your job icon_smile.gif

Quote:
Does it count console messages too?
Yes some, if not all of these, i believe.
Back to top
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Mon May 04, 2009 1:41 am
Reply with quote

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
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon May 04, 2009 1:46 am
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon May 04, 2009 1:49 am
Reply with quote

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
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon May 04, 2009 7:53 pm
Reply with quote

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
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Tue May 05, 2009 3:31 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue May 05, 2009 7:44 pm
Reply with quote

Hello,

Where did the quote come from?

What is the question?
Back to top
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Wed May 06, 2009 2:04 pm
Reply with quote

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
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Wed May 06, 2009 7:28 pm
Reply with 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. You can still see your job's log messages when you browse the output.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu May 07, 2009 1:17 am
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Random read in ESDS file by using RBA JCL & VSAM 6
No new posts JCL sortcard to print only the records DFSORT/ICETOOL 11
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top