Re: CA-Easytrieve Users
- From: "Judson McClendon" <judmc@xxxxxxxxxxxxx>
- Date: Sat, 15 Dec 2007 13:15:52 -0600
<bnolan@xxxxxxxxxxxxx> wrote:
There are no syntax errors.
I have attached some code for you to see.
...
IF PROVTYPE = '08'
MOVE 'PUBLIC' TO HOSP
ELSE
IF PROVTYPE = '09''10''11'
MOVE 'PRIVATE' TO HOSP
ELSE
IF PROVTYPE = '27'
MOVE 'DAY HOSP' TO HOSP
ELSE
IF PROVTYPE = '00'
MOVE 'MEDIGAP' TO HOSP
ELSE
MOVE 'OTHER' TO HOSP
END-IF
END-IF
END-IF
END-IF.
That's "elegant" alright. And that code indenting thing is so difficult
to implement, too. Makes it "highly maintainable". :-)
--
Judson McClendon judmc@xxxxxxxxxxxxx (remove zero)
Sun Valley Systems http://sunvaley.com
"For God so loved the world that He gave His only begotten Son, that
whoever believes in Him should not perish but have everlasting life."
.
- Follow-Ups:
- Re: CA-Easytrieve Users
- From: tlmfru
- Re: CA-Easytrieve Users
- References:
- CA-Easytrieve Users
- From: bnolan
- Re: CA-Easytrieve Users
- From: Michael Mattias
- Re: CA-Easytrieve Users
- From: bnolan
- CA-Easytrieve Users
- Prev by Date: Parsing old MF data files - Record Headers and...
- Next by Date: Re: working storage values
- Previous by thread: Re: CA-Easytrieve Users
- Next by thread: Re: CA-Easytrieve Users
- Index(es):
Relevant Pages
|