MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Converting from EZTRIEVE VER 9.0 to EZRT PLUS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Anitha Veluchamy
Beginner


Joined: 11 Jan 2007
Posts: 3
Topics: 2

PostPosted: Thu Mar 01, 2007 2:09 am    Post subject: Converting from EZTRIEVE VER 9.0 to EZRT PLUS Reply with quote

Could you please help me out in deciphering the following code that use EZTRIEVE ver 9.0 D. I'm jus aware of the the EZTR Plus ver and not the earlier one. I got to replicate the same logic but using EZTR PLUS. So , I need some help.

FILEA FB-24-2400
VENDID 1 12 A
SPO 14 3 A
FND 17 4 A
SER 21 4 A
FNDS 17 3 A
SERS 20 4 A
WFND W 3 A
WSER W 4 A
9999
PRESORT FND SER (What does Presort do?)
IF 1 = 1
T1 NEW GROUPS
WRITE
LIST LJ DETAIL VENDID SPO FND SER

What does Presort do?
What is T1 New groups ?
What is LJ detail option in LIST ?

TNx
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Thu Mar 01, 2007 3:06 pm    Post subject: Reply with quote

Anita,

As far as I know there is no easytrieve version 9.0. I guess you meant easytrive classic. Check this link which explains about the differences.

http://www.mvsforums.com/helpboards/viewtopic.php?t=1801&highlight=easy+plus

Quote:

What does Presort do?


Presort means that the input is to be sorted on the fields mentioned next to it

Quote:

What is T1 New groups ?


T1 stands for Title1 and NEW GROUPS is the title
Quote:

What is LJ detail option in LIST ?


LJ stands Line justified which is equivalent to NOADJUST in easytrieve plus


So here is how your PGM should be

Code:

FILE FILEA FB (24 2400)               
VENDID          1      12 A           
SPO            14       3 A           
FND            17       4 A           
SER            21       4 A           
FNDS           17       3 A           
SERS           20       4 A           

WFND         W    3 A
WSER         W    4 A

SORT FILEA TO FILEA USING (FND SER)   

JOB FILEA               
                   
PRINT J01                         
REPORT J01 NOADJUST           
TITLE 1 ' NEW GROUPS'                 
LINE 1 VENDID SPO FND SER             



Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anitha Veluchamy
Beginner


Joined: 11 Jan 2007
Posts: 3
Topics: 2

PostPosted: Tue Mar 06, 2007 6:17 am    Post subject: Reply with quote

Thanks much, Kolusu.
It was very helpful!
And I want to let u know that the link for coding cheatsheet is not working..Has it been removed from the server?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Tue Mar 06, 2007 6:45 am    Post subject: Reply with quote

Quote:

And I want to let u know that the link for coding cheatsheet is not working..Has it been removed from the server?

Anitha Veluchamy,

well we lost it during the server move. Crying or Very sad I am supposed to have that Documentation somewhere on my PC , but couldn't find it. If anyone has downloaded the document please forward it to me.

Thanks

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group