From: eurlix <eu...@li...> - 2002-09-08 20:58:34
|
Hi Bernars, Le Thu, 05 Sep 2002 19:22:49 +0200 Bernard Giroud <bg...@fr...> a =E9crit: ... > I'm not really surprised after debugging a little: > - your variable names indicate you are trying to get seperatly > the program name and the wtest zone, which means that > your intro must look something like (notice the sharp after > the pgm name):: > ECLAIR #0#vis${USERNUM}#lst${USERNUM}#${SorV}# 2>eclair.como >=20 > - but that's not enough: if you do a display of intro, before the > unstring, you don't get much; to get it right you need the > following: ECLAIR "#0#vis${USERNUM}#lst${USERNUM}#${SorV}#"=20 > 2>eclair.como >=20 > Hope this helps! >=20 ... I think that you are wrong : ECLAIR =3D $0 0# ... #$Sorv is an unique variable, "unstriged" by ECLAIR (in fact, the differents variables should be separated by space and loaded one by one ... but I dont know how write a "shift" in cobol :-) In spite of with I think, I have tried what you write and the result is the same. REMARKS : the first variable is well positionned in all cases, unless the second is not moved. (the 2>eclair.como is not for display the intro, but for redirect std-error in the program) Hope this helps ! best regards, --=20 Alain Lucari Eurlix 1, rue Reine Elisabeth von Witellsbach (Reine des Belges) 13001 Marseille FRANCE |