A Structured Approach to Programming |
Kitabın içinden
33 sonuçtan 1-3 arası sonuçlar
Sayfa 119
Ideally , each module in a COBOL program should be a separate compilation .
The main module would pass control to lower - level modules ( subprograms )
with the CALL statement . Data would be passed to the subprogram with USING ...
Ideally , each module in a COBOL program should be a separate compilation .
The main module would pass control to lower - level modules ( subprograms )
with the CALL statement . Data would be passed to the subprogram with USING ...
Sayfa 148
Because paragraphs are invoked rather than fallen into , each paragraph
becomes a separate entity , and the termination needs to be more obvious . The
SKIP command or blank lines can be used to separate paragraphs on the same
page .
Because paragraphs are invoked rather than fallen into , each paragraph
becomes a separate entity , and the termination needs to be more obvious . The
SKIP command or blank lines can be used to separate paragraphs on the same
page .
Sayfa 214
The keyword ELSE is written on a separate line , aligned directly under its
matching IF . The ELSE clause is then coded on the next line : IF MATCHING
RECORD THEN CALL UPDATE MASTER ; ELSE CALL READ _ TRANSACTION
; If a do ...
The keyword ELSE is written on a separate line , aligned directly under its
matching IF . The ELSE clause is then coded on the next line : IF MATCHING
RECORD THEN CALL UPDATE MASTER ; ELSE CALL READ _ TRANSACTION
; If a do ...
Kullanıcılar ne diyor? - Eleştiri yazın
Her zamanki yerlerde hiçbir eleştiri bulamadık.
İçindekiler
Program Design | 19 |
Planning and Implementation | 43 |
Structured Programming | 61 |
Telif Hakkı | |
7 diğer bölüm gösterilmiyor
Diğer baskılar - Tümünü görüntüle
A Structured Approach to Programming Joan Kirkby Hughes,Glen C. Michtom,Jay I. Michtom Metin Parçacığı görünümü - 1987 |
Sık kullanılan terimler ve kelime öbekleri
addition allow appear approach argument begin CALL chapter COBOL compiler completed Compute condition contains CONTINUE data items decision defined detail DOWHILE ENDIF entry error example executed exit expression Figure flow flowchart FORMAT FORTRAN function GOTO handle hierarchy chart hour implementation indentation indicator initialization input installation invoked language limited logic loop manager MASTER method modified module MOVE names necessary needed nested operation output paragraph passed PERFORM phase PL/I planning possible Print problem PROCEDURE produced provides pseudo code READ readability record refinement routine sales rep segment separate sequence shown shows solution specified stage standard statement step structured programming stub terminate test data top-down transaction UPDATE valid variable VIOLATIONS walk-through WRITE written
Bu kitaba yapılan referanslar
Microcomputer Experimentation with the Intel SDK-85 Lance A. Leventhal,Colin Walsh Metin Parçacığı görünümü - 1980 |