I’m doing mainframe automation by using terminal connection. The process of automation is download excel file from SharePoint and check required values in the mainframe and update the status in excel file.
Minimum of 800 and maximum of 2500 record available in the excel file, Kindly assist me which approach will be best for this type of automation. ReFramework with queue or without queue concept. Kindly share your ideas and it will be very helpful for me.
Thank you so much for your quick response. As of now we are in the plan to implement in single bot but in future, we will plan into implement in multiple bots.
How can we update the status in excel file if we are using queue concept.
You will be a using a module called set transaction status.xaml, There by using excel activities and unique column as key , you can update the status column.
You can update excel file either after or before setting the status to queue item.
Thanks for your reply. In my input file it has default 44 column values and I need only 5 mandatory column values for processing it in mainframe and once I finish the process, need to update mainframe comments in the required column field.
Please assist me shall I add only mandatory column values to the queue or I need to add all 44 column values, Initially the comments column has empty we need to update the comments once we finish process in mainframe. After updating the comments we can set the status in queue.