Adding Allocation List To the ENDEVOR startup procedure Endevors
search cancel

Adding Allocation List To the ENDEVOR startup procedure Endevors

book

Article ID: 226974

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

After running Endevors Not sure what was allocated.

Environment

Endevor v18.1 +

Cause

Endevors allocating files in silent mode

Resolution

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 */