EASY SEARCH statement & COBOL SEARCH statement阅读全文>
发表于 @ 2008年03月21日 11:00:00|评论(loading...)|编辑
WRITE Statement (Sequential File)After/Before/Page Phrase!阅读全文>
发表于 @ 2008年03月20日 10:59:00|评论(loading...)|编辑
COBOL Arrays(search tables)
The SEARCH statement is used to search tables (also called arrays, declared using the OCCURS clause ) for specific elements.
The SEARCH statement has two formats: Sequential search(format 1) and nonsequential search(format 2).阅读全文>
发表于 @ 2008年03月19日 13:13:00|评论(loading...)|编辑