Home > Archive > Cobol > September 2005 > **EZT Problem**
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Casper 2005-09-10, 3:55 am |
| Hi,
I am new to EZT.
Would like some advice on Ezt programming
on the logic to process the below (in Ezt language) ???
Not sure need to use control break all that anot.
Tks in advance.
I have an <INPUT> file which is already sorted in
a) Id_Entity1, Id_Entity2 & Id_Entity3
b) Account number
There is a requirements :
Where there are multiple accounts of different account type for one
ID_Entity,
flag out in rept with the following :
(a) Same Id_Entity, multiple single accounts, remarks as (MSA<Id_Entity> )
(b) Same Id_Entity, multiple single accounts, but with different address
pointer,
remarks as MSA AP<Id_Entitys>
(c) Same Id_Entity, multiple joint accounts, remarks as MJA<Id_Entitys>
Note:
a) Account type is a indicator field to represent for <single> or <joint>
account type
b) Address pointer is a indicator field to represent for
<HOM>,<OFF>,<OVERSEAS> etc
c) Single account can be identitfy with <Id_Entity1> not = blank and
Id_Entity2 and Id_Entity3 = blank
| |
| Robert Jones 2005-09-10, 6:55 pm |
| Top posting only
I can't answer your question directly, also this is a COBOL group.
However you can find a manual at
http://www.mvsforums.com/QuickManualLinks.html
I would also suggest you do a search on YAHOO or other search engine
for EASYTRIEVE and MANUAL.
EZT or EASYTRIEVE has long been of the PLUS variety, I expect that is
what you want, but you should check.
If you want all the up to date manuals in which some examples are also
provided then the supplier CA Associates is the best place to look.
Robert
Casper wrote:
> Hi,
> I am new to EZT.
> Would like some advice on Ezt programming
> on the logic to process the below (in Ezt language) ???
> Not sure need to use control break all that anot.
> Tks in advance.
>
> I have an <INPUT> file which is already sorted in
> a) Id_Entity1, Id_Entity2 & Id_Entity3
> b) Account number
>
> There is a requirements :
> Where there are multiple accounts of different account type for one
> ID_Entity,
> flag out in rept with the following :
> (a) Same Id_Entity, multiple single accounts, remarks as (MSA<Id_Entity> )
> (b) Same Id_Entity, multiple single accounts, but with different address
> pointer,
> remarks as MSA AP<Id_Entitys>
> (c) Same Id_Entity, multiple joint accounts, remarks as MJA<Id_Entitys>
>
> Note:
> a) Account type is a indicator field to represent for <single> or <joint>
> account type
> b) Address pointer is a indicator field to represent for
> <HOM>,<OFF>,<OVERSEAS> etc
> c) Single account can be identitfy with <Id_Entity1> not = blank and
> Id_Entity2 and Id_Entity3 = blank
| |
| Casper 2005-09-10, 9:55 pm |
| Hi,
I could not find an 'EZT Plus' newsgroup,
that why I posted it here.
Appreciate if someone could advice on the
logic below :-) Tks in advance
"Robert Jones" <rjones0@hotmail.com> wrote in message
news:1126343466.226599.144150@g49g2000cwa.googlegroups.com...
> Top posting only
>
> I can't answer your question directly, also this is a COBOL group.
>
> However you can find a manual at
> http://www.mvsforums.com/QuickManualLinks.html
>
> I would also suggest you do a search on YAHOO or other search engine
> for EASYTRIEVE and MANUAL.
>
> EZT or EASYTRIEVE has long been of the PLUS variety, I expect that is
> what you want, but you should check.
>
> If you want all the up to date manuals in which some examples are also
> provided then the supplier CA Associates is the best place to look.
>
> Robert
>
> Casper wrote:
>
|
|
|
|
|