Skip to content
Discussion options

You must be logged in to vote

Ok, I finally have the time to make answer 😄

The process that looks up for the EVFEVENT file corresponding to the object being built will look for the definition of the command being run:

  • One of the command must include *EVENTF
  • The name of te object must be a value of one of these parameters: PNLGRP, OBJ, PGM, MODULE, FILE, MENU

Hence why what you did here made it work.

But when you're calling a shell script, you won't use these parameters and this process won't pick up any EVENTF information.

So the other way is to have your build command to print the location of the EVFEVENT file that should be picked up. As long as it appears in the job log, you'll be fine.

The expected format is as …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@sebjulliand
Comment options

@LuGe00
Comment options

@sebjulliand
Comment options

@LuGe00
Comment options

@LuGe00
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by LuGe00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants