Report job to csv

 4 Replies
 0 Subscribed to this topic
 43 Subscribed to this forum
Sort:
Author
Messages
Justin R
Send Private Message
Posts: 7
I have an AR250 job. Is there a way I can automically ouput that as a csv file?
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Depends.

I am sure you can do this via IPA (although we haven't got that installed yet).

I'd use a unix script on our end to call
bldxffiles -SC user print-dir AR250.prt
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
You could run the bldxffiles command in a LID session to get exact syntax
Deleted User
New Member Send Private Message
Posts: 0
New Member
you can create a shell script and wtsubmit it in the AR250 program at the end of the program in that print directory. The only thing is that you have to modify AR250 program.
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
@Baloy: Why do that? If you are going to the trouble of writing a shell script and wtsubmit, why not just put a call to
[code]bldxffiles -SC $user $print-dir AR250.prt [/code]
at the end of the script? That way you wouldn't have to modify any of the stock Lawson/Infor programs.