Re: Many pfs to 1 lf
I have created this file:
When I compile a simple rpgle print program using this file I get the following error:
When I add the rename statement it compiles and runs fine.
Hope this helps clarify
GLS
I have created this file:
Code:
A R POLTYPA PFILE(LIB1/POLTYPES LIB2/POLTYPES)
A K TYPE1
000200 flftest if e k disk
======> aaaaaa
*RNF2121 30 a 000200 Record format POLTYPA in file LFTEST already defined;
record format is ignored.
======> aaaaaa
*RNF2121 30 a 000200 Record format POLTYPA in file LFTEST already defined;
record format is ignored.
Code:
flftest if e k disk
f rename(poltypa:poltpa)
GLS






Comment