Remove ICF Device Entry (RMVICFDEVE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove Intersystem Communications Function Device Entry (RMVICFDEVE) command removes one or more program device entries from the specified ICF file.

Top

Parameters

Keyword Description Choices Notes
FILE ICF communication file Qualified object name Required, Positional 1
Qualifier 1: ICF communication file Name
Qualifier 2: Library Name, *LIBL, *CURLIB
PGMDEV Program device Values (up to 50 repetitions): Character value Required, Positional 2
Top

ICF communication file (FILE)

Specifies the ICF file from which the program device entries are to be removed.

This is a required parameter.

Qualifier 1: ICF communication file

name
Specify the name of the ICF file.

Qualifier 2: Library

*LIBL
All libraries in the library list for the current thread are searched until the first match is found.
*CURLIB
The current library is used to locate the ICF file. If no library is specified as the current library for the job, QGPL is used.
name
Specify the library where the ICF file is located.
Top

Program device (PGMDEV)

Specifies the program device entries to be removed from the ICF file.

You can specify 50 values for this parameter.

This is a required parameter.

character-value
Specify the name of the program device entry to be removed.
Top

Examples

RMVICFDEVE   FILE(ICFHIST)  PGMDEV (CHICAGO NEWYORK DENVER)

This command removes the program devices of CHICAGO, NEWYORK, and DENVER from the ICF file ICFHIST.

Top

Error messages

*ESCAPE Messages

CPF7366
Devices not removed from file &1 in &2.
Top