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 > Adalod

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-11, 10:07
dnaqvi dnaqvi is offline
Registered User
 
Join Date: Dec 2011
Posts: 12
Adalod

I like to load an empty file thru the JCL mentioned in the link .

Load File

Refer to ADALOD in the JOBS data set for this example.

//ADALOD JOB
//*
//* ADALOD: LOAD FILE
//*
//LOD EXEC PGM=ADARUN
//STEPLIB DD DISP=SHR,DSN=ADABAS.ADAvrs.LOAD <=== ADABAS LOAD
//*
//DDASSOR1 DD DISP=SHR,DSN=EXAMPLE.DByyyyy.ASSOR1 <=== ASSO
//DDDATAR1 DD DISP=SHR,DSN=EXAMPLE.DByyyyy.DATAR1 <=== DATA
//DDWORKR1 DD DISP=SHR,DSN=EXAMPLE.DByyyyy.WORKR1 <=== WORK
//DDTEMPR1 DD DISP=OLD,DSN=EXAMPLE.DByyyyy.TEMPR1 <=== TEMP
//DDSORTR1 DD DISP=OLD,DSN=EXAMPLE.DByyyyy.SORTR1 <=== SORT
//DDEBAND DD DISP=OLD,DSN=EXAMPLE.DByyyyy.DDEBAND <=== INPUT
//DDDRUCK DD SYSOUT=X
//DDPRINT DD SYSOUT=X
//SYSUDUMP DD SYSOUT=X
//DDCARD DD *
ADARUN PROG=ADALOD,MODE=MULTI,SVC=xxx,DEVICE=dddd,DBID=yy yyy
/*
//DDKARTE DD *
ADALOD LOAD FILE=1
ADALOD NAME='TESTFILE-1'
ADALOD MAXISN=10000,DSSIZE=10
ADALOD TEMPSIZE=100,SORTSIZE=100
/*

What value should I put for ,DSN=EXAMPLE.DByyyyy?

Please see the attached file
Attached Files
File Type: pdf F1DOC.pdf (96.4 KB, 0 views)
Reply With Quote
  #2 (permalink)  
Old 02-21-12, 07:27
alijutt8 alijutt8 is offline
Registered User
 
Join Date: Feb 2012
Posts: 1
sounds good to me
will come back and leave further comments
Reply With Quote
  #3 (permalink)  
Old 03-01-12, 11:16
buyyaq buyyaq is offline
Registered User
 
Join Date: Mar 2012
Posts: 1
thanx for...
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