Search results

  1. R

    ERROR: Your program is not connected to a host session - IBM AS400 Mainframe

    Hi, I've run into an issue when restarting my mainframe application. As it is easier to restart the mainframe application when an error occurs and get the next item I receive this error. After I get and exception, I restart the mainframe and login again. When stage Write is used to enter in...
  2. R

    How do you calculate timespans

    Hi, I have a data item with the data type TimeSpan. The value is brought from the work queue. However, I'd like to manipulate the time by adding hours to it. E.g. the timespan is: 12:00:00 and I like to add 2 hours to it where the result will be 14:00:00. I tried to add time/hours to my data...
  3. R

    Compare multiple rows in a Collection

    Hi, I'd like to get ideas and tips for how to compare multiple rows in a Collection to group them together. The purpose is that the larger item (bytes) from the same date will be used for one purpose and the other for another. Se example: Items - Bytes - Date FieldX 1 50...
Top