Re: COBOL interview tests
- From: "Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 23:44:27 +1300
"LX-i" <lxi0007@xxxxxxxxxxxx> wrote in message
news:a940d$4591d576$454920f8$31278@xxxxxxxxxxxxxx
Without a manual, I'd take a stab at the syntax...
MERGE file-1 file-2
GIVING file-3
Ah - but I have a COBOL manual on my computer. Let's see... Looks like
I'm missing a "USING" clause...
MERGE file-1 USING file-2 GIVING file-3
How about that - I learned something! :)
Yeah, but a REAL programmer would write a 3 way split... :-)
Pete.
.
- References:
- COBOL interview tests
- From: krewser
- Re: COBOL interview tests
- From: JJ
- Re: COBOL interview tests
- From: LX-i
- COBOL interview tests
- Prev by Date: Re: COBOL interview tests
- Next by Date: Re: Variable Length Input File
- Previous by thread: Re: COBOL interview tests
- Next by thread: Re: COBOL interview tests
- Index(es):
Relevant Pages
|