Author |
Message |
Topic: Search SCL Error - Endevor |
JanM
Replies: 9
Views: 7798
|
Forum: Utilities Posted: Wed Oct 17, 2007 6:21 am Subject: Search SCL Error - Endevor |
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 |
Topic: Search SCL Error - Endevor |
JanM
Replies: 9
Views: 7798
|
Forum: Utilities Posted: Tue Oct 16, 2007 9:06 am Subject: Re: Search SCL Error - Endevor |
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 par ... |
Topic: Analyse Jobs using tool??! |
JanM
Replies: 9
Views: 4505
|
Forum: Job Control Language(JCL) Posted: Thu Oct 04, 2007 5:38 am Subject: Analyse Jobs using tool??! |
Vivek,
You are assuming that the comments are correct and up to date.
That is not necessarily trus.
To be sure you have to look at each Job.
And that returns you to the original question.
I d ... |
Topic: COBOL programm skipping records |
JanM
Replies: 18
Views: 8413
|
Forum: Application Programming Posted: Tue Aug 21, 2007 6:57 am Subject: COBOL programm skipping records |
Dick,
The OP could not show us the JCL or Joboutput, so I have my doubts if there really were no differences.
Unless the original JCL contained a STEPLIB-statement for the step in question, the ... |
Topic: COBOL programm skipping records |
JanM
Replies: 18
Views: 8413
|
Forum: Application Programming Posted: Mon Aug 20, 2007 6:29 am Subject: COBOL programm skipping records |
There is one reason I can think of.
Is it possible that an older version of the program is still present on a LINKLIST-library.
If during the first time the program was executed, no steplib was pro ... |
Topic: Question about ASA carriage control characters |
JanM
Replies: 5
Views: 4046
|
Forum: Application Programming Posted: Fri Aug 10, 2007 6:34 am Subject: Question about ASA carriage control characters |
fengling,
A blank line of 133 characters consists of two parts, a one-byte ASA control character followed by 132 bytes of data, which all happen to be blank.
Since the control character is a blank, ... |
Topic: Replace the line numbers in 1-6 columns with spaces |
JanM
Replies: 4
Views: 2171
|
Forum: Application Programming Posted: Fri Jul 06, 2007 5:39 am Subject: Replace the line numbers in 1-6 columns with spaces |
Check the profile of your dataset(member).
When the NUM-option is "NUM ON COB" try "UNNUM" on the commnad-line. |
Topic: APS programs conversion to structured COBOL.. |
JanM
Replies: 2
Views: 1966
|
Forum: Application Programming Posted: Mon May 21, 2007 6:34 am Subject: APS programs conversion to structured COBOL.. |
In my opinion you should never try to 'fix' generated code.
If there is a problem, solve it at the input for the generator proces.
Two reasons:
a) A new run of the generator will generate new sour ... |
Topic: How to find the elements using the given copybook(Endevor) |
JanM
Replies: 4
Views: 6412
|
Forum: Utilities Posted: Tue May 01, 2007 6:34 am Subject: How to find the elements using the given copybook(Endevor) |
Manju,
Verify whether or not the ACMQ-interface of Endevor has been activated for your site.
It has the potential to give you the information youn require, provided that monitor=components has bee ... |
|