Author Topic: Text file autoload  (Read 1609 times)

MHassan

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Text file autoload
« on: August 24, 2020, 09:51:15 AM »
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

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
    • LinkedIn Profile
Re: Text file autoload
« Reply #1 on: August 24, 2020, 01:08:12 PM »
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

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: Text file autoload
« Reply #2 on: August 25, 2020, 04:40:26 PM »
.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

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
Re: Text file autoload
« Reply #3 on: August 26, 2020, 02:27:52 AM »
Thank you very much myersel and jsquizz for your answer , it worked fine