I have a program that has the following code in the F specs
Later on in the program is this
File Library Device Format Type Count Opt Shr-Nbr Record
PHYOTH01 PMCLIBPRD PHYOTH01 PHY 0 IO NO
PHYOTH16 PMCLIBPRD PHYOTH16 OTH01 PHY 1 IO NO 1
when I put it in debug PDC01 is 0, although PDC01 actually contains 1 in the file. LOC is 16
Any ideas why PDC01 isn't = 1 when debugging or how I can make this work
Later on in the program is this
File Library Device Format Type Count Opt Shr-Nbr Record
PHYOTH01 PMCLIBPRD PHYOTH01 PHY 0 IO NO
PHYOTH16 PMCLIBPRD PHYOTH16 OTH01 PHY 1 IO NO 1
when I put it in debug PDC01 is 0, although PDC01 actually contains 1 in the file. LOC is 16
Any ideas why PDC01 isn't = 1 when debugging or how I can make this work
Comment