Jump to content

Hi This new myibi looks great! In one of my task I do a tabl...


Sivakumar Gopi

Recommended Posts

Hi

This new myibi looks great!

In one of my task I do a table request to get some values, which I then read (READFILE) to save them in variables. I need these variables for other reports.

It works fine in DEV and QA environments but failed when it went to PREPROD. I was able to find out the issue was because of the HOLDLIST setting. In all the environments the variable is set as ALL (checked using SET).

In DEV and QA, immediately after table request it changes to PRINTONLY and so we were getting the right values for the variables. But in PREPROD, it was passing wrong values because as the HOLDIST variable did not change to PRINTONLY from ALL. I verified this by placing SET HOLDLIST at different places of the code.

Has anyone experienced similar issues before For now I have added a ON TABLE SET HOLDLIST PRINTONLY to make it work but I wanted to know what could be the reason.

Update: The issue occurs when procedure is ran through reportCaster in PREPROD.

Thank you,

SG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...