I've got VCP for WRKSPLF cmd (Author Herman Van der Staey), all source
code seems to be understandable with one exception :)
PGM PARM(&p1 &p2 &p3 &p4)
VCP has got 4 parameters declared as follows:
p1 char 44
p2 char 7
p3 char 10
p4 char 1
then p1 is divided to 5 parts
ASP_BIN (43 2) - please explain me what it is
USRPARM (3 10) - please explain me what it is
FORMTYPE (13 10) - please explain me what it is
DEVICE (23 10) - user executing WRKSPLF device name -my lucky guess
USERDATA (33 10) - please explain me what it is
what about p2 p3 p4 ?
Is that common structure for VCP ? Regards.
Grzegorz Goryszewski
"Grzegorz Goryszewski" <j2...@interia.pl> a écrit dans le message de news: atsrrn$kv1$1...@news.tpi.pl...
Hi,
there is no need to do that, because with author help I've got the point. :)
Regards.
Grzegorz Goryszewski