Basic Concepts of CICS(Customer Information and Control System) In CICS environment, the tasks can be executed by using the transaction id. Transaction: Transaction is a logical unit of work that terminal user can invoke(సహాయం కోరు). It is unique identifier which is used to execute or start particular task. CICS is called to be transaction driven, because every transaction or program can be invoked...
...
...
...
Explanation of Identification Division A Division is a block of code, which contains one or more sections or set of sections or set of sentences or block of statements. It begins with division name and ends at the beginning of the next division or at the end of the program. Divisions are known as system defined words. All Divisions should be coded in...
Structure of COBOL Program The Structure of the Cobol applies for COBOL Source Program which has set of syntactically correct set of statements. In other words, COBOL Source Program contains set of syntactically correct set of statements. Cobol Programs contains hierarchical in structure which was shown in the above diagram. The COBOL Program hierarchy consists of Divisions, Sections, Paragraphs, Sentences and Statements. In...
Cobol Coding Sheet In olden days, COBOL programs needs to be punched on the card and it will be loaded to punch card reader. For to identify the program coding by the punch card reader,there was a need of coding sheet. The Cobol coding sheet was a structure to identify from where the cobol coding statements punched or started writing to differentiate the...