ERROR-081

ERROR-081, Error occurred during Opening/Closing of input file
DDEBAND :
04 - SEQ: No DD-Statement; DUMMY; UA, IGN(DOS)

       Probably misspelling of the DDNAME, incorrect JCL, etc.              
                                                                            
       Investigate the cause of the error.                                  
       Correct it and rerun the job.                                        

A D A L O D Terminated 2011-12-14 16:43:20


My JCL is as below:

********************************* Top of Data **********************************
//TSSDNREP JOB (H1345011000,110,NAURALADABA),ICSDBS.BN58,
// CLASS=A,MSGCLASS=T,REGION=0M,
// NOTIFY=TSSDN
//*
/ROUTE PRINT TEMPSAR
//

//PROCS JCLLIB ORDER=(ADABAST.TEMP.PROCLIB)
//*
//STEP01 EXEC ADAUTILT,UTIL=LOD,DBID=220,MODE=S,ADADBID=ADA220
//DDEBAND DD DUMMY
//*DDEBAND DD DSN=&&AUS,DISP=(OLD,DELETE)
//DDKARTE DD *
ADALOD LOAD FILE=134
ADALOD NAME=‘DAWAR_TST’
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
//

******************************** Bottom of Data ********************************

What would you like ADALOD to load when you provide no input data on DDEBAND ?
This does not make sense.

Please refer to
http://techcommunity.softwareag.com/ecosystem/documentation/adabas/ada824mfr/adamf/util/adalod-ReqEx.htm#d0e36097

I used following

//DDEBAND DD DISP=OLD,DSN=ADABASDB.ADA220.DDEBAND

but still get JCL error.

If you see a JCL error from JES, and not an error message from ADALOD,
then there is a problem with the DSN, we would need to see the exact
message(s), the usual reason is that the file simply does not exist.

I have been suggested to use file 1 as a sample. Just need to change some JCL.
I also suggested to pick file definition from For_forum_2.
I have did, please see my attached file (ForForum_3) but now getting following message.

A D A L O D: Error occurred during execution:

ERROR-123, Missing utility function

       Supply either 'LOAD' or 'UPDATE' in the parameter input            
       and rerun the job.                                                 

A D A L O D Terminated 2011-12-15 09:03:02

Thanks
ForForum_1.rtf (3.6 KB)
ForForum_3.rtf (3.79 KB)
ForForum_2.rtf (3.6 KB)

it’s done

thanks 4 all ur help

I opened another thread with ur link