Vatchy
670 pts. | Apr 3 2008 3:40PM GMT
You cannot declare or use more than one file in a CL program. In order to access two files you must use a second program.
If you are driving the display from a data file then declare the data file in the first program and call the second program to display the data passed from the first program.
GAC
300 pts. | Apr 4 2008 2:56PM GMT
What Vatchy writes is true as long as you are in an OS version previous to V5R3. Then check your OS version and decide.
Good luck.
Gilly400
23625 pts. | Apr 8 2008 3:06PM GMT
You can access more than one file in a CL program these days, but you have to use the OPNID parameter to distinguish between the files.
JohnsonMumbai
380 pts. | Sep 10 2009 5:18AM GMT
Thanks to all of you, yes we are on V5R4 and we can use two files provided OPNID is used in DCLF.






