HELP! I'm a programming student at a community college and we have a cobol assignment that I'm having a little bit of difficulty with - and truly am green. Our book is Stern & Stern, Structured COBOL Programming, 9th Edition if that is of any use.
We have our first file read in and are able to get required ouput.
Now we have to read a 2nd file into the same program, store that data in an array, use a loop to cycle thru the array to match the social security number in file 2 (the array) to the ssn from file 1, when a positive match, print the Name on output.
I'm fairly confident (at the moment) that I can create the array - just don't have a clue on reading in subsequent files.
Anyone up to walking me thru this?
Thanks in Advance
--- Jan
We have our first file read in and are able to get required ouput.
Now we have to read a 2nd file into the same program, store that data in an array, use a loop to cycle thru the array to match the social security number in file 2 (the array) to the ssn from file 1, when a positive match, print the Name on output.
I'm fairly confident (at the moment) that I can create the array - just don't have a clue on reading in subsequent files.
Anyone up to walking me thru this?
Thanks in Advance
--- Jan