INFO

Synopsis

HELP:   Provides various information
TYPE:   OBJECT
SYNTAX: > flcl INFO(NET.{},GET.{},FMT=LIST/XML,OUT='str'/STDOUT/STDERR,DIR(),LOG())

Description

The INFO command provides further information about local or remote files, CCSIDs among others. To use CONV and other commands it is sometimes useful to know which CCSIDs are supported or which members are in a FLAMFILE or how the file attributes are named. The system information (environment, default values, hardware support) may be helpful information to diagnose errors.

To get syntax information, please use:

   flcl SYNTAX INFO

To get help for a parameter, please use:

   flcl HELP INFO.parameter[.parameter[...]]

To read the manual page for a parameter, please use:

   flcl MANPAGE INFO.parameter[.parameter[...]]
      or
   flcl HELP INFO.parameter[.parameter[...]] MAN

To generate the user manual for a command, please use:

   flcl GENDOCU INFO=filename

Parameters can be defined by the command line (directly or per file) or by properties read from the corresponding property file.

Examples

   flcl INFO get.system
   flcl INFO get.ccsids
   flcl INFO get.file='test.adc' out='list.txt'
   flcl INFO get.file='ssh://<cuser>@server1/test.adc' out='list.txt'
   flcl INFO get.file='~.*' dir(rec) out='list.txt'
   flcl INFO get.fkme(help)

Arguments