classAnova - Knowledge Shared


Posted by: Bob Cozzi
IT Researcher
Cozzi Productions, Inc.
North Aurora, IL
How to create an INDIRECT (.IND) file for Domino on IBM i
has no ratings.
Published: 08 Feb 2011
Revised: 04 Aug 2011 - 4647 days ago
Last viewed on: 23 Apr 2024 (9745 views) 

Using IBM i? Need to create Excel, CSV, HTML, JSON, PDF, SPOOL reports? Learn more about the fastest and least expensive tool for the job: SQL iQuery.

How to create an INDIRECT (.IND) file for Domino on IBM i Published by: Bob Cozzi on 08 Feb 2011 view comments

How to create an INDIRECT (.IND) file for Domino on IBM i

Question

How do you create an Indirect (.IND) file to run Domino commands on IBM i?

Answer:

Domino for IBM i reads EBCDIC files, so the file must be created in EBCDIC format.

To create a shell of a file, issue the command

LOAD CONVERT -l outfile.txt

This will create a file with all databases listed (without the .nsf extension).

The control field will be correct *CRLF

The CCSID of the file will be 37 (if running US English). This is an EBCDIC CCSID.

The data will be EBCDIC.

This file can be edited using the EDTF CL command in IBM i.

You can use this as is if ".nsf" is added to each file listed in the file. Or you can FTP the data directly to this file from you PC.

When opening the FTP session specify BINARY format.

Related information

Using indirect files to run maintenance tasks

Return to classanova.com home page.
Sort Ascend | Descend

COMMENTS