15 pts.
 rename a file in a loop procedure
I am writing a pgm that reads a file and outputs a PDF to the IFS. the problem is I need to rename the file for eace splf conversion to pdf; how would I write that in CLLE? or would ir take a RPG pgm to do this? Thank you, Robert

Software/Hardware used:
ASKED: January 10, 2008  11:30 PM
UPDATED: January 11, 2008  9:46 PM

Answer Wiki:
If the program that you are writing is a CLLE program that contains the command to output the PDF file to the IFS, you should be able to use a variable as the output file name and change the variable for each output file you need to create. Kevin
Last Wiki Answer Submitted:  January 11, 2008  4:41 pm  by  kevleemor   605 pts.
All Answer Wiki Contributors:  kevleemor   605 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Yes I understnad that, but do you have a code example I can modify for my needs?

 15 pts.