[Migrated content. Thread originally posted on 27 April 2012]
1. How do you pass in linkage-section data items when running in the DEBUG perspective?2. Can you explicitly point to VSAM files for testing in DEBUG perspective?
I'm trying it like this but it's not working, I get file status 9/45 on OPEN...
SELECT MY-VSAM-FILE ASSIGN TO
"C:\\Development Projects\\TestFiles\\MYVSAM.dat"
ORGANIZATION IS INDEXED
ACCESS IS DYNAMIC
FILE STATUS IS MYVSAM-BYTES
RECORD KEY IS MYVSAM-KEY-X.
3. Is there a setting that lets you have a different extension other than .cbl?
We have many named *.CL2, but when you bring them into the Eclipse editor it doesn't do syntax checking unless they are rename to *.cbl.




