Hi Team,
I need to search for about 120 different strings in all cobol programs (like CEC,CII etc) in about 26 different systems.
I tried editing SCL generated using the 'LIST ELEMENT' option in endevor to search for multiple strings and it is working. However when I give the wildcard '*' in after LIST ELEMENT, the system is not looking for all the elements in endevor. Is there a way I can use the wild card here to search for these strings in all the endevor components?
SET STOPRC 16 .
LIST ELEMENT 'XXXXXXXX' ( a * here does not work)
VERSION 01 LEVEL 01
FROM ENVIRONMENT 'PROD' SYSTEM 'xxx' SUBSYSTEM 'xxx'
TYPE 'COBOL' STAGE 2
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT
( (EQ 'string1' COLUMNS 001 080)
OR (EQ 'string2' COLUMNS 001 080)
OR (EQ 'string3' COLUMNS 001 080))
BUILD ACTION &&ACTION
Endevor : Search multiple strings across multiple systems
-
- Posts: 12
- Joined: Wed Mar 27, 2013 7:59 pm
- Skillset: cobol,db2,vsam,jcl
- Referer: online forums
-
- Similar Topics
- Replies
- Views
- Last post
-
- 11
- 3938
-
by Pedro
View the latest post
Tue Apr 27, 2021 10:06 am
-
- 9
- 3413
-
by samb01
View the latest post
Thu Oct 14, 2021 1:29 pm
-
-
Extract first record from multiple files
by Prasanna G » Wed Jan 13, 2021 2:14 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1751
-
by Prasanna G
View the latest post
Wed Jan 13, 2021 11:16 pm
-
-
-
Multiple remote job entry writing to the same dataset
by MLK2348 » Wed Nov 15, 2023 3:55 am » in JCL - 1
- 2246
-
by willy jensen
View the latest post
Wed Nov 15, 2023 1:50 pm
-
-
-
Create multiple records based on one record within a file.
by chillmo » Thu Aug 11, 2022 3:54 am » in Syncsort/Synctool - 5
- 7679
-
by sergeyken
View the latest post
Fri Aug 12, 2022 2:23 am
-