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.