MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

idcams error

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
culturewyj00
Beginner


Joined: 15 Jun 2006
Posts: 14
Topics: 7

PostPosted: Fri Jun 30, 2006 3:24 am    Post subject: idcams error Reply with quote

Quote:
//PX271 JOB 'DEFINE',
// REGION=4096K,MSGLEVEL=(1,1),NOTIFY=&SYSUID
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DEFINE CLUSTER(NAME(PX27.VSAM.VK01) -
KEYS(4 0) -
RECORD(50 10) -
RECSZ(80 80) -
FREESPACE(5 10) -
CISZ(8000)) -
DATA(NAME(PX27.VSAM.VK01 .DATA)) -
INDEX(NAME(PX27.VSAM.VK01.INDEX))
/*


the error message is:
Quote:
IDCAMS SYSTEM SERVICES TIME: 00

DEFINE CLUSTER(NAME(PX27.VSAM.VK01) -
KEYS(4 0) -
RECORD(50 10) -
RECSZ(80 80) -
FREESPACE(5 10) -
CISZ(8000)) -
DATA(NAME(PX27.VSAM.VK01 .DATA)) -
IDC3209I RIGHT PARENTHESIS MISSING AFTER 'PX27.VSAM.VK01'
INDEX(NAME(PX27.VSAM.VK01.INDEX))
IDC3202I ABOVE TEXT BYPASSED UNTIL NEXT COMMAND. CONDITION CODE IS 12

IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12


I cannot find where i make error,can you help me ?
thanks.
Back to top
View user's profile Send private message
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Fri Jun 30, 2006 3:41 am    Post subject: Reply with quote

culturewyj00,


Please remove the space between VK01 and the period (.) in the code:
Code:

DATA(NAME(PX27.VSAM.VK01 .DATA)) -

TO
Code:

DATA(NAME(PX27.VSAM.VK01.DATA)) -

_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
culturewyj00
Beginner


Joined: 15 Jun 2006
Posts: 14
Topics: 7

PostPosted: Fri Jun 30, 2006 4:05 am    Post subject: Reply with quote

thanks very much.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities 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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group