|
- eachline2=TRANWRD(eachline,"'","^") ;
-
newvalue =tranwrd(record, "ABC","");
THIS DELETES ABC OFF A VARIABLE VALUE.
- header1=substr(eachline,1,1);
- substr(eachline,21,5)=newper3;
- newper3=put(newper,5.1); Creating % such that 0.0 or 1.0 stays 0.0 or 1.0 (instead of becoming 0 or 1 with no
trailing zeros.)
- x=index(variablename,"slope");
-
x=indexc(NEW, "^");
|