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

Number of times a proc is called


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

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Wed Mar 09, 2005 5:45 pm
Reply with quote

Hi all

i have a doubt

HOW many times a proc is called in the job

Can we get the detials from dump or using some utility



Thanks
Siva
Back to top
View user's profile Send private message
kingofmf

New User


Joined: 02 Mar 2005
Posts: 13
Location: Bangalore

PostPosted: Sun Mar 13, 2005 12:25 pm
Reply with quote

If you code MSGLEVEL=1,1 then in the spool it will list the entire job along with the calalog procedures expanded and inserted in right place,so if your job calls a procedure 3 times then the procedure will be expanded three times in the output.

The answer i told from my theory concept only,you better check it to confirm,which i will also do,thanks for good Question.
Back to top
View user's profile Send private message
jeyaprakashmN

New User


Joined: 08 Mar 2005
Posts: 4
Location: Bangalore

PostPosted: Mon Mar 14, 2005 4:43 pm
Reply with quote

Why You want to know how many times procedure execute (Called) in a job.,
DUMP for abnormal termination of job.
You can't get the details from DUMP.

You can get details from the SPSF output.

Regards
Jeya Prakash Narayanan.M
Back to top
View user's profile Send private message
jeyaprakashmN

New User


Joined: 08 Mar 2005
Posts: 4
Location: Bangalore

PostPosted: Mon Mar 14, 2005 4:48 pm
Reply with quote

In a JOB, Max of 15 times In stream procedure can call.
One Procedure have max = 255 JOB steps.

Jeya Prakash Narayanan.M
Back to top
View user's profile Send private message
mmunirathnam

New User


Joined: 14 Mar 2005
Posts: 4
Location: Srikalahasti

PostPosted: Mon Mar 14, 2005 4:54 pm
Reply with quote

I want to know the difference b/w flat file and VSAM file in a Cobol program

Regards
MUNI
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 Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Increase the number of columns in the... IBM Tools 3
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
Search our Forums:

Back to Top