Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REPORT Problem

Former Member
0 Likes
680

Hi Guys -

I have enhanced an existing program. I released that program to Pre Prod with 'REPORT XXXXXX_ENH' as my first line of the code but the program name is still 'REPORT XXXXXX'. Will that be a problem. Usually report should match with the program name right? The new program is working fine in Dev but not on the Pre Prod box. Can any one advise on this please?

Thank You,

Troy.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

possibilities:

- lack of authorisations

- mayby some local files are processed that are not present on Pre Prod.

BR, Jacek

6 REPLIES 6
Read only

Former Member
0 Likes
656

It shouldnt make any diff, names can differ.

>>>new program is working fine in Dev but not on the Pre Prod box.

What is the problem?

Thanks,

Rajesh.

Read only

0 Likes
656

Rajesh,

Pre Prod box is not near me. I am going to debug the problem at a diff person's desk. Thanks for your response.

Read only

0 Likes
656

That should not be a problem for execution, if you do a extended check that will be one comment on the same that the name of the report and the REPORT statement does not match.

That's all.

Regards,

Ravi

Read only

0 Likes
656

This will not be a problem. Doesn't really matter what the name is in REPORT statement. You can let it go, and just make the change the next time the report is modified.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
657

possibilities:

- lack of authorisations

- mayby some local files are processed that are not present on Pre Prod.

BR, Jacek

Read only

Former Member
0 Likes
656

I gave points to all of you. Problem solved and thanks for your responses.