If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Adabas > ERROR-005, Parameter error, invalid syntax

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-11, 11:21
dnaqvi dnaqvi is offline
Registered User
 
Join Date: Dec 2011
Posts: 12
ERROR-005, Parameter error, invalid syntax

Hello,

I am new to mainfame and ADABAS. I have submitted a job and getting following status in my output file

ADALOD LOAD FILE=52
*** ADALOD NAME='AP-DEF-NEXT-CASE-ADA'
*
ERROR-005, Parameter error, invalid syntax

Supply the correct parameter value and rerun the job.

Here is the JCL I used:Please check step2.

//TSSDNREP JOB (H1345011000,110,NAURALADABA),ICSDBS.BN58,
// CLASS=A,MSGCLASS=T,REGION=0M,
// NOTIFY=ABCD
//*
/*ROUTE PRINT TEMPSAR
//*
//PROCS JCLLIB ORDER=(ADABAST.TEMP.PROCLIB)
//*
//STEP01 EXEC ADAUTILT,UTIL=CMP,DBID=220,MODE=S,ADADBID=ADA220
//DDFEHL DD SYSOUT=*,DCB=(RECFM=VB,LRECL=23472,BLKSIZE=23476)
//DDEBAND DD DUMMY
//DDAUSBA DD DSN=&&AUS,DISP=(,PASS),UNIT=SYSDA,SPACE=(TRK,(1,1) ),
// DCB=(LRECL=9996,BLKSIZE=10000,RECFM=VB)
//DDKARTE DD *
ADACMP COMPRESS
ADACMP FILE=52
ADACMP MINISN=1
ADACMP FNDEF='01,AA,8,B'
ADACMP FNDEF='01,AB,8,A'
ADACMP FNDEF='01,AC,8,A'
ADACMP FNDEF='01,AD,13,A,DE,NU'
//*
//STEP02 EXEC ADAUTILT,UTIL=LOD,DBID=220,MODE=S,ADADBID=ADA220
//DDEBAND DD DSN=&&AUS,DISP=(OLD,DELETE)
//DDKARTE DD *
ADALOD LOAD FILE=52
ADALOD NAME='AP-DEF-NEXT-CASE-ADA'
ADALOD MAXISN=500
ADALOD UISIZE=1B
ADALOD NISIZE=2B
ADALOD DSSIZE=1
ADALOD ASSOPFAC=5
ADALOD DATAPFAC=10
ADALOD ISNREUSE=YES
ADALOD TEMPSIZE=2
ADALOD SORTSIZE=4
//*

Thanks
D
Reply With Quote
  #2 (permalink)  
Old 12-08-11, 13:56
dnaqvi dnaqvi is offline
Registered User
 
Join Date: Dec 2011
Posts: 12
fixed

I reduced the size of the ADALOD Name and its work
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On