Skip to content
Discussion options

You must be logged in to vote

I think I know what's wrong.

Here:

Fetching errors for [MYLIB]/TESTPGM_THISISATEST.
Error: Failed fetching table: CPD0074:  Value 'TESTPGM_TH' for FROMFILE exceeds 10 characters.

Since the name of the compiled object is derived from the source file name based on a naming convention of yours, Code for i fails to retrieve the member from the EVFEVENT file, because that member is named after the compiled object.

But since this pull request has been merged, there should be a solution: #2926

Code for i can now find EVFEVENT members to retrieve based on the joblog. It will look for messages following this pattern:

EVFEVENT: <object>

or

EVFEVENT: <library>,<object>

So I assume that if your cu…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@YD-123456
Comment options

@sebjulliand
Comment options

@YD-123456
Comment options

@sebjulliand
Comment options

Answer selected by sebjulliand
@YD-123456
Comment options

@sebjulliand
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants