Home      Mainframe Forum      Mainfarme Tutorials      IBM Manuals      Mainframe Interview Questions      Mainframe Books      IT News     SiteMap     Downloads


     
 
MAINFRAME - TIP OF THE DAY : programming pearls - The fastest algorithm can frequently be replaced by one that is almost as fast and much easier to understand.

Google
 
Web mainframegurukul.com

Welcome to the mainframegurukul forums.

You are currently viewing our mainframe forums as a guest which gives you limited access to view most discussions, articles. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support at admin@mainframegurukul.com


IEBGENER - Emptying dataset.

 
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> JCL
  View previous topic :: View next topic  
Author Message
arrbee
Active Member


Joined: 24 Feb 2006
Posts: 147

PostPosted: Fri Feb 24, 2006 11:43 am    Post subject: IEBGENER - Emptying dataset. Reply with quote

Hi,

I am using the below JCL to clear the content of a PS file using IEBGENER. Idea But, it is ending with an RC of 12.

Code:

//********************************************************************
//*              EMPTY OUT THE DATASET USING IEBGENER                *
//********************************************************************
//*                                                                   
//STEP01   EXEC PGM=IEBGENER                                           
//*                                                                   
//SYSOUT   DD  SYSOUT=*                                               
//SYSPRINT DD  SYSOUT=*                                               
//*                                                                   
//SYSUT2   DD  DSN=XXXXM.XXXXXS.XXXY,DISP=SHR                     
//SYSUT1   DD  DUMMY                                                   
//*                                                                   
//SYSIN    DD  DUMMY                                                   


Any suggestions why it is so? Also, let me know it is possible with IDCAMS?
_________________
Arr Bee
-------------
?My joy in learning is partly that it enables me to teach? - Seneca(Roman philosopher, mid-1st century AD)
Back to top
View user's profile Send private message Send e-mail

pkaushi
Member


Joined: 06 Feb 2006
Posts: 9

PostPosted: Fri Feb 24, 2006 4:15 pm    Post subject: Reply with quote

HI ,

I really dont know why is it not working as i tried the same code in my machine and it worked..... Smile

//STEP01 EXEC PGM=IEBGENER
//*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//*
//SYSUT2 DD DSN=xxx.xxx.xx,DISP=SHR
//SYSUT1 DD DUMMY
//*
//SYSIN DD DUMMY


Try submitting the jcl again. It should work out....
_________________
Thanks and Regards,
Prashant
Back to top
View user's profile Send private message
Rupesh.KOthari
Member


Joined: 16 Feb 2006
Posts: 17

PostPosted: Fri Feb 24, 2006 6:11 pm    Post subject: Reply with quote

Hi,

It is working in my shop........

Please change the position of //SYSUT2 and //SYSUT1 and resubmit the JCL.

Hoep it helps
_________________
------------------------
Thanks & Regards
Rupesh
-----------------------
Sun Shines Everywhere
Back to top
View user's profile Send private message
Frank Yaeger
Moderator


Joined: 18 Feb 2006
Posts: 487
Location: San Jose, CA

PostPosted: Sat Feb 25, 2006 1:40 am    Post subject: Reply with quote

arrbee,

You probably need to specify a RECFM and LRECL for the SYSUT1 DD DUMMY that matches your SYSUT2 data set. For example:

//SYSUT1 DD DUMMY,RECFM=FB,LRECL=80

Note that this might work without specifying RECFM and LRECL in some shops because the values are being defaulted (e.g. by SMS). But in your shop (and in mine), you need to specify attributes for DUMMY that match those attributes for your output data set.
_________________
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Sat Mar 04, 2006 12:05 pm    Post subject: Reply with quote

thank u guys. My doubt was regarding the ending the job with rc of 12.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    mainframegurukul.com Forum Index -> JCL All times are GMT + 5 Hours
Page 1 of 1



 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Query For IEBPTPCH 2 padmajeet.gaikwad 1479 Mon Oct 26, 2009 10:25 am
padmajeet.gaikwad View latest post
No new posts Dfference between CALL BY CONTENT and CALL BY VALUE 1 nrajini 1385 Wed May 27, 2009 5:11 pm
dbzTHEdinosauer View latest post
No new posts Viewing the content of VARCHAR column in db2 using Platinum 0 prm 1067 Tue May 19, 2009 9:54 pm
prm View latest post
No new posts LINKING of Sub-Program 1 rajkumarprajapati 1510 Sat Nov 01, 2008 5:27 pm
Natarajan View latest post
No new posts what is the purpose of call by content omitted in cobol 1 pradeepkit 1297 Wed Jun 18, 2008 10:55 am
dbzTHEdinosauer View latest post
 



This widget requires Flash Player 9 or better








Go to top of the page
 

Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  DB2 INTERVIEW QUESTIONS ||  COBOL INTERVIEW QUESTIONS  ||  JCL INTERVIEW QUESTIONS ||  JCL2 INTERVIEW QUESTIONS ||  VSAM INTERVIEW QUESTIONS ||  CICS INTERVIEW QUESTIONS  ||  Online tutorials ||  Online ABEND Reference ||  JCL References ||  COBOL References ||  VSAM References ||  Tutorials by Drona Series ||  SQL tutorial ||  BOOKS  ||  SiteMap  ||  Expeditor Tutorial  ||  FILE-AID Tutorial  ||  Changeman Tutorial  ||  COBOL   ||  DB2   ||  JCL  ||  CICS  ||  VSAM  ||  DB2 Interview Questions ( 110 )   || Simple JCL Tutorials  || JCL Tutorial from MainframeGurukul.com   || Simple JCL Tutorial - Chapter1 ;|| Mainframe Forum - Tutorials  || Mainframe Tutorials

Drona Educational Forums - Mainframe Cobol DB2 CICS Board
Powered by phpBB