Hi focwizard,
I have 1 focexex produce 8 pages of PDF which have different info by joining to additional table. when I
EX PDF8P SSN='123456789' it will produce 8 pages compound PDFs
Now I have a STATE ID, example: CA, it contains 9 SSNs
in a holding file like
CA SSN
-- ---------
CA...
I have a 8 pages compound PDF was gererated by passing a SSN as the required parameter.
I like to run a batch of SSNs which is created by State code. Example is in state of 'CA', I have 21 SSNs pull and was created in a comma delimited file format like
"SSN1,SSN2,SSN3,..."
How do I read the...
How can I assign floating point value to amper variable, it only handle integer value
-SET &FV = 3.10;
-SET &FV = &FV + 0.25;
-TYPE &FV
and the result is 3 instead of 3.35
Any idea ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.