hey guys, here's the thing: i have to make a program that generates a printer file that contains the variables, their name, type and lentgh of any given dspf file source (as400/rpg400). any ideas on how to do that? thx!
do a dsppfm on the file of your source,, example you keep the programs in qddssrc in the mylib library,,, and every source is a different member. somewhere is the pf,,, should be some indication of what kind of a member it is. Play around with that and see where you go.
AFCJACK
could you not, using PDM, call up all DSPF members in a source file. Select option PRINT, then do a CPYSPLF to a physical file, and write a program to extract the variables?
Warren
Then you can do an OPNQRYF on outfile (to sort it), and write an RPG program to print the results.
"When once you have tasted flight, you will forever walk the Earth with your eyes turned skyward, for here you have been, and there you will always long to return."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.