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

What's the use of IEFBR14


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

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Tue Mar 01, 2005 7:53 pm
Reply with quote

Dear Friend,

IEFBR14 is a two-line program that clears register 15, thus passing a return code of 0, and then branches to the address in register 14, which returns control to the system.

If a step requests IEFBR14 instead of the program that the JCL actually supports, the system does the following:

Checks all the job control statements in the step for syntax.
Allocates direct access space for data sets.
Performs data set dispositions.

Note: please use meaningful title for your posts!
Back to top
View user's profile Send private message
ragin

New User


Joined: 20 Feb 2005
Posts: 16

PostPosted: Wed Mar 02, 2005 7:51 am
Reply with quote

Hey dude,
IEFBR14 is a utility program in JCL.It is used to create a PS and it is also used to create a PDS.Enough or u need the coding also,if yes then here it is:
//Jobname JOB Notify=&Sysuid
//Exec1 EXEC PGM=IEBR14
//DDname DD DSN=ID.Hell.PS,Disp=(New,Catlg),
Unit=SYSDA,DCB=(DSORG=PO,LRECL=80,RECFM=FB,
Blksize=800),Space=(Trk,(1,2),RLSE)
//
So on execution u will be creating a PS File on DsList.Same coding for PDS Too only diff is in DSORG Specify PO instead.This is all abt IEBR14,if any mistake do correct me.
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Thu Mar 03, 2005 5:28 pm
Reply with quote

What McMillan is saying is right. But the guy who asked the question is testing the EXPERTS. I think he already knows the functionality and he wants to explain. Dont do like that just Post what you know directly in to appropriate forum.

I also suggest Site administrator to create a seperate section where just we can post some thing new what we know without asking questions.

Bye,
Reddy.
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Thu Mar 03, 2005 11:20 pm
Reply with quote

Dear Ovreddy,

Quote:
I also suggest Site administrator to create a separate section where just we can post some thing new what we know without asking questions.


You can use "Mainframe-Advanced" Forum to post your articles and new topics related to mainframe. Or use "Other Technical Forum" to post your non-technical articles.
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 TWS - ETT File triggering does not wo... IBM Tools 4
No new posts Query on IEFBR14 with GDG JCL & VSAM 4
No new posts IEFBR14 to delete tape without tape m... JCL & VSAM 4
No new posts parm values in IEFBR14 JCL & VSAM 15
No new posts How to make one step in JCL to Null s... JCL & VSAM 19
Search our Forums:

Back to Top