Your help is much appreciated Jack (uh...I mean slade!)
Changing the code to read PIC X(026) worked and the error message is no more.
One question though...if I put PIC X(26) it also works correctly.
What's the difference/benefit of using 026 or just 26??
Thanks again for your help,
J
I would like to define a variable that will hold a timestamp value that is obtained from an embedded SQL statement in my COBOL program.
Since the incoming timestamp is 10 characters long, I have thus far defined my variable as follows...TEST_TIMESTMP PIC X(10)
Unfortunately, I receive the...
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.