1828796 Members
2561 Online
109985 Solutions
New Discussion

CLD question

 
SOLVED
Go to solution
Piet Timmers_1
Frequent Advisor

CLD question

Hi there,

A piece of CLD.

$ VERB DIRECTORY
define verb DIRECTORY
image DIRECTORY
parameter P1, label=INPUT, prompt="File"
value (list,impcat,type=$infile)

What is the meaning of "impcat", i see it in CLD files, but what does it mean, what does it do, i tried google, no result.

Greetings

Piet Timmers
2 REPLIES 2
Volker Halle
Honored Contributor
Solution

Re: CLD question

Piet,

as a start, please have a look at this old thread in c.o.v from 1993 !

http://groups.google.de/group/comp.os.vms/browse_frm/thread/81b41dd63217efc5/093e367fbb70e2ec?hl=de&lnk=st&q=impcat+cld#

unsigned ent_v_impcat:1; /* implicit concatenated list (old CLI only)*/

Volker.
Piet Timmers_1
Frequent Advisor

Re: CLD question

Volker,

Many thanks.

Greetings,

Piet