Does the LIST Element SCL accept a wildcard environment?
search cancel

Does the LIST Element SCL accept a wildcard environment?

book

Article ID: 11849

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction



Does the Endevor LIST Element action SCL accept a wildcard environment?

Environment

Release:
Component: ENDBAS

Resolution

Yes, in version 18 of Endevor the FROM Environment can be wild carded.  The List action will read the environments as listed in the C1DEFLTS table.

EXAMPLE of SCL:

LIST ELEMENT '*'
  FROM ENV * SYSTEM * SUBSYSTEM * TYPE *  STAGE NUM *
  TO   DSN 'XXX.XXXX.XXXX' MEM 'LISTWHE'
  BUILD ACT RETRIEVE
  WHERE TEXT 'TEST'
  OPTION REPLACE SEARCH .