Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Aysha Sheslyn

Pages: [1]
1
z/OS Server / Trigger and Indexing Issue
« on: September 30, 2020, 01:43:50 PM »
Hi,

I am from Application side and we are on the process of migration from EOS to CMOD. The source is Mainframe file. We have been stuck with a problem involving Trigger and indexes. Since the CMOD support team also found it tough to fix the issue, I am posting it here. Please excuse my lack of knowledge in CMOD.

We have a file which has the Carriage Control (Page Break with X'8B'). Next line starts with a 5 char label which decides the indexing part.  But the way we have kept our indexing seems wrong and hence getting a wrong result in CMOD.

Here is the indexing info:

CONVERT=NO
INDEXOBJ=ALL
CPGID=500
FILEFORMAT=RECORD
TRC=NO
CCTYPE=M
CC=YES
INDEXSTARTBY=0
UNIQUEBNGS=YES
INSERTIMM=NO
MCF2REF=CF
DCFPAGENAMES=NO
IMAGEOUT=ASIS
RESTYPE=NONE
INPEXIT=ACIFAILC
INDXEXIT=ACIFCXLC
TRIGGER1=*,1,X'8B',(TYPE=GROUP)
FIELD1='000000000000001'
INDEX1='LINE_COUNT',FIELD1,(TYPE=GROUP,BREAK=NO)
FIELD2='        '
INDEX2='JOB_NAME',FIELD2,(TYPE=GROUP,BREAK=NO)
FIELD3=1,2,5,(TRIGGER=1,BASE=0)
INDEX3='FORM_NAME',FIELD3,(TYPE=GROUP,BREAK=YES)


Kindly help me with the issue and please ask me for more details for you to understand the issue.

Thanks,
Aysha

Pages: [1]