Text file autoload

Previous topic - Next topic

MHassan

Hello,

While i am trying to load a file with .txt after using ACIF Line data indexer , how to run this in deamon mode without running the arsload command manuel ?

Thanks in advance

Mehmet S Yersel

I think you will need to rename your file to .ARD before you can auto-load with ARSLOAD daemon mode.

Check this link for some detail: https://www.ibm.com/support/knowledgecenter/SSQHWE_10.5.0/com.ibm.ondemand.ir.doc/dodiz045.htm

The relevant section:

Daemon mode
The ARSLOAD program runs as a daemon (UNIX, z/OS and IBM� i servers) or service (Windows servers) to periodically check a specified directory for input files to process. When running ARSLOAD in daemon mode, a dummy file with the file type extension of .ARD is required to initiate a load process. In addition, the Generic indexer parameter file (.ind) must be located in the specified directory. The GROUP_FILENAME: parameter in the .ind file specifies the full path name of the actual input file to be processed.
#zOS #Multiplatforms
#DB2 #OAM
#AFP #RiCOH AFP2PDF #SnowBound
#Finance #Telecom #Airlines
#ICN #IHS #WAS ND #Cert and Key Management
#Migrations #Data Modeling #RACF-2-CMOD Synch
#FileTek AMMO #ABI #RMDS #RADAR

jsquizz

.ARD file. Plus, using the -A and -G flags

example -A MVS -G DATASET

"arsload" for more info. dont forget, you need a -t <time in seconds> at the end and probably a & to background it (If AIX/RHEL..)
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

MHassan

Thank you very much myersel and jsquizz for your answer , it worked fine