I'm trying to decipher a set of program files I was given to work with. I don't have the original source (as far as I know) or a copy of the executable, merely a set of files I was requested to deal with.
The files came in two directories, 'data' and 'sys'. Opening one of the files from 'sys' in the OpenOffice word processor, I stumbled upon a line which read, in part, 'Pic([[Z*][#*]*])'. {Note: Exact code witheld; it's not mine to disseminate. That's the general pattern the code took, though.} This looks a bit like COBOL to me, although I'm not completely certain about that.
Here are my questions:
1. Am I correct in assuming that command to be COBOL?
2. If I am incorrect, then what other languages use the 'PIC' command? I'll need to look at those to determine what I'm dealing with.
Thank you for your consideration,
-EnderX