After running Endevors Not sure what was allocated.
Endevor v18.1 +
Endevors allocating files in silent mode
Three ways to determine:
1) Issue DDLIST command from any panel. Any allocation that ends with NDVR is a Endevors allocation.
2) At the Endevor option menu (panel ENDEVORM) issue the command DD . The DD option will do the same as above but only show the ENDEVORS allocations. If accessing from CLIST ENDEVOR change OPT(1) to OPT(M) to get the menu.
3)This is a permanent solution. This will show the allocations every time ENDEVORS does them. To do this edit the REXX ENDEVORS. Uncomment the line with call Display. So change:
/* call Display Display what we found - for debugging purposes */
to
call Display /* Display what we found - for debugging purposes */