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

IBM Utility Program


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

New User


Joined: 19 Feb 2008
Posts: 3
Location: Kolkata

PostPosted: Tue Mar 11, 2008 11:06 am
Reply with quote

Can anyone help me to find out the COde level details for IBM UTILITY programs like IEBGNR, IDCAM...... I need the code level detail of these..or which library contain these utilities?
Back to top
View user's profile Send private message
ksk

Active User


Joined: 08 Jun 2006
Posts: 355
Location: New York

PostPosted: Tue Mar 11, 2008 11:26 am
Reply with quote

Why do you need which library contain IBM Utilities? To perform any special task or interview question?
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Tue Mar 11, 2008 11:31 am
Reply with quote

Hi,
try TSO ISRDDN then enter MEM member-name.

Ensure the member name is correct IEBGENER

Gerry
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 11, 2008 12:33 pm
Reply with quote

Hi,

These utilities are well doumeted, check here
publib.boulder.ibm.com/infocenter/zoslnctr/v1r7/index.jsp?topic=/com.ibm.zsysprog.doc/zsysprog_64.html
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 Mar 11, 2008 10:11 pm
Reply with quote

Hello,

What do you mean by "code level"?

And as was already asked - how will this info help you?
Back to top
View user's profile Send private message
r.mishra

New User


Joined: 12 Mar 2008
Posts: 4
Location: pune

PostPosted: Thu Mar 13, 2008 9:54 am
Reply with quote

find the code below:
1. IEBGENR
// NOTIFY=HERC01,USER=HERC01
//*
//*
//STEP010 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//*
//SYSUT2 DD SYSOUT=X
//SYSUT1 DD DSN=HERC01.COBOL.LISTING,DISP=SHR
//*
//SYSIN DD DUMMY
//*
2./HERC01C JOB (HERC01),'COMPRESS',CLASS=A,MSGCLASS=X,
// MSGLEVEL=(1,1),NOTIFY=HERC01
//*
//STEP010 EXEC PGM=IEBCOPY
//*
//SYSPRINT DD SYSOUT=*
//*
//SYSUT3 DD SPACE=(TRK,(1,1)),UNIT=SYSDA
//SYSUT4 DD SPACE=(TRK,(1,1)),UNIT=SYSDA
//*
//DDI1 DD DSN=HERC01.DEV.LOADLIB,
//     DISP=OLD
//DDO1 DD DSN=HERC01.DEV.LOADLIB,
//     DISP=OLD
//*
//*
//SYSIN DD *
 COPY OUTDD=DDO1,INDD=DDI1
/*
//
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Thu Mar 13, 2008 10:08 am
Reply with quote

Hi r.mishra,

what does your code represent ? Am I missing something ?

Please explain.

Gerry
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 Mar 13, 2008 7:15 pm
Reply with quote

Hello,

Quote:
what does your code represent ? Am I missing something ?
Me too. . .

Also, how does this jcl relate to the topic subject?

If this is a new post or a reply to some other topic, please advise.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Mar 13, 2008 7:42 pm
Reply with quote

If you are asking about the control statements for the various utilities try looking in the IBM Manuals link at the top of page. Here is one of the manuals http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/dgt1u104/CCONTENTS
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 Using API Gateway from CICS program CICS 0
No new posts REASON 00D70014 in load utility DB2 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top