Hi,
My requirement is to create a segloop to iterate 5 lines. I am recieving a segloop error as follows.16,TLMEDT98 - SEGLOOP SIZE EXCEEDS MFS SEGMENT MAX 180
SEGLOOP OUTIN,TYPE=FILE,INCRE=(05,05),PAGE=Y,PAGESAV=003,
PAGEKEY=BN-BNFCRY-NO,ICUST2=ICUSTOM,OCUST1=OCUST1,
OCUST2=OCUST2,SAVEKEY=(BN-BNFCRY-NO,XFER-SAVE-KEY)
Also is there a specific assembler program to use for Segloop telon?
//ASSEMBLE EXEC PGM=ASMA90,
// PARM='NOOBJECT,DECK'
The Segloop defenition seems to be within the MFS segment range, and no overlaps of fields occured.
I have attached a image reference describing the MFS map and Panel Definition
Please let me know how to resolve this.
Thanks
Hari Prabhu V
Telon - Segloop error
-
- Posts: 2
- Joined: Fri Aug 10, 2012 9:52 pm
- Skillset: PL1, IMS, COBOL, DB2, REXX, TELON
- Referer: Research
Telon - Segloop error
You do not have the required permissions to view the files attached to this post.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Segloop error
Hello and welcome to the forum,
Suggest you talk with someone who already has somthing like this running on your system.
Then look for the differences between the one that works and this one.
Suggest you talk with someone who already has somthing like this running on your system.
Then look for the differences between the one that works and this one.
Hope this helps,
d.sch.
d.sch.
-
- Posts: 2
- Joined: Fri Aug 10, 2012 9:52 pm
- Skillset: PL1, IMS, COBOL, DB2, REXX, TELON
- Referer: Research
Re: Segloop error
Hi,
This is a very old system which have never had any changes in the past 10 years and i am new to Telon. Also the most experienced SME in this project left a few months earlier. Any help would be appreciated. Thanks
Thanks
Hari Prabhu V
This is a very old system which have never had any changes in the past 10 years and i am new to Telon. Also the most experienced SME in this project left a few months earlier. Any help would be appreciated. Thanks
Thanks
Hari Prabhu V
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Segloop error
Hello,
Even if the people/person who knew this no longer works there, the code should still be on the system. Time to dig thru libraries and find something similar. If this has never been used and you are just learning Telon, why is it needed now?
We have a few Telon people here, but i'm not one of them. . . I'll change your title to show Telon.
Even if the people/person who knew this no longer works there, the code should still be on the system. Time to dig thru libraries and find something similar. If this has never been used and you are just learning Telon, why is it needed now?
We have a few Telon people here, but i'm not one of them. . . I'll change your title to show Telon.
Hope this helps,
d.sch.
d.sch.
-
- Posts: 341
- Joined: Thu Feb 24, 2011 12:05 am
- Skillset: 30 years on IBM mainframes
- Referer: Searched for Frank Yeager
Re: Telon - Segloop error
Is the size of the saved key more than 180 bytes? That seems to be what the message is saying. I know this isn't much help, the the error message book says:
TLMEDT98 SEGLOOP SIZE EXCEEDS MFS SEGMENT MAX max size.
Severity: 16
Explanation: Incorrect program definition. The size of the SEGLOOP has exceeded the MFS
segment size.
User Response: Update the program definition using one of the following screens:
■ Create/Update Table SEGLOOP
■ Create/Update File SEGLOOP
Correct the INCRE and CINCRE values to ensure the MFS segment size is not exceeded.
Re-export to create new CA-Telon source code then regenerate.
TLMEDT98 SEGLOOP SIZE EXCEEDS MFS SEGMENT MAX max size.
Severity: 16
Explanation: Incorrect program definition. The size of the SEGLOOP has exceeded the MFS
segment size.
User Response: Update the program definition using one of the following screens:
■ Create/Update Table SEGLOOP
■ Create/Update File SEGLOOP
Correct the INCRE and CINCRE values to ensure the MFS segment size is not exceeded.
Re-export to create new CA-Telon source code then regenerate.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1492
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 0
- 1228
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 1
- 4701
-
by jcdm
View the latest post
Mon Jul 17, 2023 3:48 pm
-
- 7
- 4138
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am
-
- 9
- 4870
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am