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

Getting return code 16 when use more than 20 files?


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
selvaraja

New User


Joined: 04 Apr 2008
Posts: 17
Location: Maryland

PostPosted: Sat Mar 28, 2009 2:15 am
Reply with quote

Hi,

i was getting return code of 16 when i use more than 20 files in single step. i am not sure what is the problem is

Code:
IGD17271I ALLOCATION HAS BEEN ALLOWED TO PROCEED FOR DATA SET                                   
SYS09086.T153753.RA000.BDCA83AT.OBJECT.H04                                                       
ALTHOUGH VOLUME COUNT REQUIREMENTS COULD NOT BE MET                                             
IGD101I SMS ALLOCATED TO DDNAME (SYSLIN  )                                                       
        DSN (SYS09086.T153753.RA000.BDCA83AT.OBJECT.H04  )                                       
        STORCLAS (STD) MGMTCLAS (        ) DATACLAS (SMALL)                                     
        VOL SER NOS= S1SM01                                                                     
IEF142I BDCA83AT EZTRIEVE - STEP WAS EXECUTED - COND CODE 0016                                   



Can some one help me?
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 28, 2009 2:22 am
Reply with quote

Hello,

It may help if you post the jcl from this step.

This is a problem - IGD17271I.

Suggest you look here and talk with your tech support if necessary.
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/IEA2M890/12.420?
Back to top
View user's profile Send private message
selvaraja

New User


Joined: 04 Apr 2008
Posts: 17
Location: Maryland

PostPosted: Sat Mar 28, 2009 2:56 am
Reply with quote

here is the step

Code:

//EZTRIEVE EXEC  PGM=EZTPA00                                 
//ATSM0    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM0(0),DISP=SHR       
//ATSM1    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM1(0),DISP=SHR       
//ATSM2    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM2(0),DISP=SHR       
//ATSM3    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM3(0),DISP=SHR       
//ATSM4    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM4(0),DISP=SHR       
//ATSM5    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM5(0),DISP=SHR       
//ATSM6    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM6(0),DISP=SHR       
//ATSM7    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM7(0),DISP=SHR       
//ATSM8    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM8(0),DISP=SHR       
//ATSM9    DD DSN=&BSC.CMZ00P.GB.PA1.ATSM9(0),DISP=SHR       
//AMBS0    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.0,DISP=SHR,
//            AMP=('BUFNI=5,BUFND=15')                       
//AMBS1    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.1,DISP=SHR,
//            AMP=('BUFNI=5,BUFND=15')                       
//AMBS2    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.2,DISP=SHR,
//            AMP=('BUFNI=5,BUFND=15')                       
//AMBS3    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.3,DISP=SHR,
//            AMP=('BUFNI=5,BUFND=15')                       
//AMBS4    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.4,DISP=SHR,
//            AMP=('BUFNI=5,BUFND=15')                       
//AMBS5    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.5,DISP=SHR,
//            AMP=('BUFNI=5,BUFND=15')                         
//AMBS6    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.6,DISP=SHR,   
//            AMP=('BUFNI=5,BUFND=15')                         
//AMBS7    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.7,DISP=SHR,   
//            AMP=('BUFNI=5,BUFND=15')                         
//AMBS8    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.8,DISP=SHR,   
//            AMP=('BUFNI=5,BUFND=15')                         
//AMBS9    DD DSN=&BSC.CMZVS&ST..PO.&MI15..&FILE2.9,DISP=SHR,   
//            AMP=('BUFNI=5,BUFND=15')                         
//*ATSM     DD DSN=BDCA83.CCMZ00P.GB.PA1.9TSM0,DISP=SHR         
//OUTFILE  DD DSN=&BSC1.CMZVS&ST..PO.&MI16..&FILE1..D&DATE,     
//            DISP=(OLD,CATLG,DELETE),                         
//            DATACLAS=LARGE,                                   
//            DCB=(RECFM=FB,LRECL=130)                         
//EZTVFM   DD UNIT=SYSDA,SPACE=(CYL,(10,10),RLSE)               
//SYSRPT1  DD DSN=&BSC1.CMZVS&ST..GB.&MI16..&FILE1..D&DATE,     
//            DISP=(OLD,CATLG,DELETE),                         
//            DATACLAS=LARGE,                                   
//            DCB=(RECFM=FB,LRECL=150)                         
//SYSRPT2  DD DSN=&BSC1.CMZVS&ST..GB.&MI16..&FILE3..D&DATE,     
//            DISP=(OLD,CATLG,DELETE),                         
//            DATACLAS=LARGE,                                       
//            DCB=(RECFM=FB,LRECL=150)                               
//SYSPRINT DD SYSOUT=*                                                         
//SYSOUT   DD SYSOUT=*                                                         
//SYSIN    DD *                                                               
Then my program
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 28, 2009 3:12 am
Reply with quote

Hello,

In addition to the rc=16, what error messages were shown?
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top