Telon - Segloop error

All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.
Hari Prabhu
Posts: 2
Joined: Fri Aug 10, 2012 9:52 pm
Skillset: PL1, IMS, COBOL, DB2, REXX, TELON
Referer: Research

Telon - Segloop error

Postby Hari Prabhu » Fri Aug 10, 2012 10:10 pm

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
You do not have the required permissions to view the files attached to this post.

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Segloop error

Postby dick scherrer » Fri Aug 10, 2012 10:22 pm

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.
Hope this helps,
d.sch.

Hari Prabhu
Posts: 2
Joined: Fri Aug 10, 2012 9:52 pm
Skillset: PL1, IMS, COBOL, DB2, REXX, TELON
Referer: Research

Re: Segloop error

Postby Hari Prabhu » Fri Aug 10, 2012 10:41 pm

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

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Segloop error

Postby dick scherrer » Fri Aug 10, 2012 11:37 pm

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.
Hope this helps,
d.sch.

Ed Goodman
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

Postby Ed Goodman » Mon Aug 13, 2012 7:54 pm

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.


  • Similar Topics
    Replies
    Views
    Last post