View previous topic :: View next topic |
Author |
Message |
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Mon Oct 15, 2007 1:07 pm Post subject: Search SCL Error - Endevor |
|
|
Am using Endevor for the first time .
I created the SCL with help of the previous posts on this forum on the topic but I am getting a parse error.
Please let me know what is wrong with the following syntax.
************************ Top of Data **********************************
14:00:03 C1Y0015I STARTING PARSE OF REQUEST CARDS
STATEMENT #1
LIST ELEMENT '*'
FROM ENVIRONMENT 'prod' SYSTEM 'cis' SUBSYSTEM 'cis00'
TYPE 'cob2' STAGE '2'
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT
( (EQ 'EXISTS' COLUMNS 007 072))
C1BM4100: E031 NO ACTION REQUESTS WERE GENERATED
14:00:03 C1Y0014E ERROR ENCOUNTERED WHEN PARSING SYNTAX. PROCESSING |
|
Back to top |
|
|
bade_miya Beginner
Joined: 10 Dec 2003 Posts: 110 Topics: 38
|
Posted: Mon Oct 15, 2007 1:54 pm Post subject: |
|
|
Hi Vini,
did you try doing a "QW C1Y0014E" on your command prompt? Sometimes it will give some useful info.
Regards
bade_miya |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Mon Oct 15, 2007 1:56 pm Post subject: |
|
|
bade_miya I did QW it was of no help in this case. |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Mon Oct 15, 2007 2:13 pm Post subject: |
|
|
I forgot to mention in my earlier post that the intent is to list all the cobol sources in endevor which have the occurence of a particular string in them basically like a 3.14 in ispf.
Please let me know how this can be done in the endevor foreground mode if not batch. |
|
Back to top |
|
|
vivek1983 Intermediate
Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Tue Oct 16, 2007 2:18 am Post subject: |
|
|
vini,
Do u find any menu like this in endevor?
Code: |
0 DEFAULTS
1 DISPLAY
2 FOREGROUND
3 BATCH
4 PACKAGE
U USER MENU
T TUTORIAL
C CHANGES
X EXIT
|
Select option 1; Then again 1 in the next menu. ("Element" optiion)
in the next screen you can give the element name.
You can give wildcards like "XXXX*'. This will get all the elements starting with XXXX. But you cannot give anything like '*XXXX*'.
But My guess is that all the elements that are added to environments via Endevor should be in some dataset like 'ENDEVOR.PROD.CIS.COBOL' which you will be able to open using 3.4 option.
Hope this helps _________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay) |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Tue Oct 16, 2007 8:25 am Post subject: |
|
|
Vivek,
Thanks but my question was not how to search for elements based on their name ..it was to search for all the program names which have the occurence of a word/string inside them.
Also had Endevor been saving the cobol programs in straight user accessible DS I would have done a 3.14 and achieved my objective and have not needed to post here. |
|
Back to top |
|
|
JanM Beginner
Joined: 29 May 2006 Posts: 9 Topics: 0
|
Posted: Tue Oct 16, 2007 9:06 am Post subject: Re: Search SCL Error - Endevor |
|
|
vini wrote: | Am using Endevor for the first time .
|
So you obviously you don't know that Endevor dislikes lowercase characters in the name of its SYSTEM, SUBSYSTEM, TYPE etc.
try changing those, and your parse-errors could be history.
That doesn't mean there are no other errors, I didn't look too closely at the SCL.
regards
JanM |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Tue Oct 16, 2007 9:12 am Post subject: |
|
|
I did change all the lower case to upper but still the same error . |
|
Back to top |
|
|
JanM Beginner
Joined: 29 May 2006 Posts: 9 Topics: 0
|
Posted: Wed Oct 17, 2007 6:21 am Post subject: |
|
|
Vini,
After looking at the SCL, I see two possible errors:
a) The syntax specifies COLUMN not COLUMNS
b) One set of parenthesis should be enough
Success,
Jan Meijer |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Thu Oct 18, 2007 8:22 am Post subject: |
|
|
Thanks |
|
Back to top |
|
|
|
|