COBOL で作成されるユーザー出口は、STOP RUN ステートメントを 使用できません。DFSORT へ戻るには、GOBACK ステートメントを使用してください。 VS COBOL II ユーザー出口のコンパイルには、RES と RENT の コンパイラー・オプションを使用してください。
Bug Variables should not be self-assigned Bug "EXIT PROGRAM" should be the last statement of a sequence Bug "STOP RUN" or "GOBACK" should be the last statement of a sequence Inserts should include values for non-null columns intentionality - logical ...
STOP RUN. COB03AO *** * PROGRAM NAME: COB03AO * * * * COMPILED WITH IBM OS/VS COBOL COMPILER * *** IDENTIFICATION DIVISION. PROGRAM-ID. COB03AO. *** * * * LICENSED MATERIALS - PROPERTY OF IBM *
be set by a program, prior to the execution of a STOP RUN, EXIT PROGRAM or GOBACK statement, to pass a value to the invoking program (or the execution environment) be read, subsequent to a CALL to another COBOL program, to obtain the RETURN-CODE set by that CALLed program. A pr...
stop run. 10 . next ( n ) causes execution to pass to the next statement- jumping over a CALL or PERFORM statement before breaking, unless the CALL'ed paragraph or PERFORM statement contains a breakpoint. An event-next command is issued. This is interrupted when an –event-end-stepping-...
Local-Storage is allocated each time the program is called and is de-allocated when the program returns via an EXIT PROGRAM, GOBACK, or STOP RUN. Any data items with a VALUE clauses are initialized to the appropriate value each time the program is called. The value in the data items is...
macro instruction, a mnemonic (such as “READ”) for which the assembler substitutes a series of simpler mnemonics. The resulting machine language programs, however, are specific to one type of computer and will usually not run on a computer with a different type of central processing unit (...
if MESSAGE-TEXT not = SPACES perform Z-DISPLAY-MESSAGE-TEXT end-if move 'PROGRAM-IS-ABENDING...' to MESSAGE-TEXT perform Z-DISPLAY-MESSAGE-TEXT add 12 to ZERO giving RETURN-CODE STOP RUN. * exit. *** Z-POST-COPYRIGHT. display SIM-TITLE display SIM-COPYRIGHT exit. *** * Display ...
LEFT/RIGHT phrases in SYNCHRONIZED clause -fspecial-names-clause=<support> SPECIAL-NAMES clause -fgoto-statement-without-name=<support> GO TO statement without name -fstop-literal-statement=<support> STOP-literal statement -fstop-identifier-statement=<support> STOP-identifier statement ...
(.*)\\..+$/$1/}}.", " Data Division.", " Working-Storage Section.", " Procedure Division.", " $0", " GoBack.", " End Program $1." ] }, "coboleditor.enable_codelens_variable_references": { "type": "boolean", "description": "When enabled, turn on codelens for variable ...