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

A jcl calls a proc that contains only the IEFBR14 step


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

New User


Joined: 22 Aug 2006
Posts: 2
Location: Trivandrum,Kerala, India

PostPosted: Wed Feb 28, 2007 11:30 am
Reply with quote

A jcl calls a proc that contains only the IEFBR14 step.
No parameters for the IEFBR14 program.
What does this mean? Is there any scenario like this?

//STEP010 EXEC PGM=IEFBR14
Back to top
View user's profile Send private message
manihcl85
Warnings : 1

New User


Joined: 11 Jan 2007
Posts: 52
Location: chennai

PostPosted: Wed Feb 28, 2007 11:37 am
Reply with quote

Hi,

IEFBR14 is an dummy utility it wont do anything.

Regards,
Mani
Back to top
View user's profile Send private message
prav_06
Warnings : 1

Active User


Joined: 13 Dec 2005
Posts: 154
Location: The Netherlands

PostPosted: Wed Feb 28, 2007 12:04 pm
Reply with quote

Jithesh N,
U had mentioned that there was no parameters, did u mean to say that there were no DD parameters, if u r jcl has just the EXEC st. with IEFBR14 utility , it makes no sense, instead u would be havind one or more dd st. specifying creation or deletion etc.., please post u r entire JCL to know what u r step does.

Thamilzan.
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Fri Mar 09, 2007 5:38 pm
Reply with quote

It is wrong to say that IEFBR14 does nothing.
icon_idea.gif It sets the return code to 0.
In JCL programmer may be trying to achieve the same.
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: Sat Mar 10, 2007 5:27 am
Reply with quote

Hello,

Please post the jcl that calls the proc and the entire proc itself.

When we can see both we will be able to offer suggestions.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Mar 10, 2007 8:51 am
Reply with quote

Hi Abhijit,

Setting the RC to zero by running BR14 serves no purpose.

It sets R15 to zero to correct a bug that existed in BR14. Every so often it returned a non-zero and wreaked havoc with the remaining steps.

Running it to set the RC to zero won't change anything.

They may have used the proc then discontinued its use and didn't want to change all the jobstreams that called it, so they replaced the executed steps w/a BR14.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Sat Mar 10, 2007 9:18 am
Reply with quote

This are some times called as dummy job and will be used to trigger other jobs.
Back to top
View user's profile Send private message
cobolunni

Active User


Joined: 07 Aug 2006
Posts: 127
Location: kerala,india

PostPosted: Sat Mar 10, 2007 12:46 pm
Reply with quote

yes in job scheduling s/m the dummy job act as a trigger
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 COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
Search our Forums:

Back to Top