Mainframe Refresher Part-1 COBOL-Page: 1
COBOL (
CO
mmon
B
usiness
O
riented
L
anguage)History.Developed by 1959 by a group called COnference on Data Systems Language(CODASYL). First COBOL compiler was released by December 1959.First ANSI approved version – 1968Modified ANSI approved version – 1974 (OS/VS COBOL)Modified ANSI approved version – 1985 (VS COBOL 2)This book is written based on IBM COBOL for OS/390 V2R2.Speciality.1.First language developed for commercial application development, which canefficiently handle millions of data.2.Procedure Oriented Language - Problem is segmented into several tasks.Each task is written as a Paragraph in Procedure Division and executed in alogical sequence as mentioned.3.English Like language – Easy to learn, code and maintain.Coding Sheet.1 7 12 72 80COL-A COLUMN-B1-6 Page/line numbers – Optional (automatically assigned by compiler)7 Continuity (-), Comment (*), Starting a new page (/)Debugging lines (D)8-11Column A –Division, Section, Paragraph, 01,77 declarations must begin here.12.72Column B –All the other declarations/statements begin here.73-80Identification field. It will be ignored by the compiler but visible in the sourcelisting.Language Structure.CharacterDigits (0-9), Alphabets (A-Z), Space (b),Special Characters (+ - * / ( ) = $ ; “ > < . ,)WordOne or more characters- User defined or ReservedClauseOne or more words. It specifies an attribute for an entryStatementOne or more valid words and clausesSentenceOne or more statements terminated by a periodParagraphOne or more sentences.SectionOne or more paragraphs.DivisionOne or more sections or paragraphsProgramMade up of four divisions
Leave a Comment
??
It's relly a good book for freshers. it will be better if i can found full Material
Please upload the whole Mainframe Refresher by Muthhu. It will be really helpful
Can anybody upload full Mainframe Refresher Part 1 by Muthu. Thanks