cobol 常见的面试题

时间:2014-07-24 09:33:56
【文件属性】:

文件名称:cobol 常见的面试题

文件大小:8KB

文件格式:TXT

更新时间:2014-07-24 09:33:56

cobol 常见的面试题.txt

Q1) Name the divisions in a COBOL program ?. A1) IDENTIFICATION DIVISION, ENVIRONMENT DIVISION, DATA DIVISION, PROCEDURE DIVISION. Q2) What are the different data types available in COBOL? A2) Alpha-numeric (X), alphabetic (A) and numeric (9). Q3) What does the INITIALIZE verb do? - GS A3) Alphabetic, Alphanumeric fields & alphanumeric edited items are set to SPACES. Numeric, Numeric edited items set to ZERO. FILLER , OCCURS DEPENDING ON items left untouched. Q4) What is 77 level used for ? A4) Elementary level item. Cannot be subdivisions of other items (cannot be qualified), nor can they be subdivided themselves. Q5) What is 88 level used for ? A5) For condition names. ......


网友评论