PERFORM 1000-MAIN-PARA THRU 1000-MAIN-PARA-X VARYING WS-I FROM 1 BY 1 UNTIL WS-I > 50 AFTER WS-J FROM 1 BY 1 UNTIL WS-J > 10. In the above example the 1000-MAIN-PARA to 1000-MAIN-PARA-X will be executed 500 times.
内嵌式PERFORM语句在COBOL—Ⅱ编辑中的应用 下载积分:2990 内容提示: 辱扔舍骷 电软件技术 2002年 7月 10日 第 7期 ◆ 中国建设银行深圳分行信息技术部 马成前言 COBOL语 言是当今世界上应用最广泛的程序语言之一 ,尤其是在大型主机 (MAINFRAME) 之上 。其在商业数据处理方面有着其它程序语言所不能及 的独 ...
cobol循环问题?PERFORM 1-SECTION UNTIL I > 50 OR FLG-ERR = CNS-ONPERFORM VARYING J FROM 1 BY 1 UNTIL J >50 OR FLG-ERR = CNS-ON.END-PERFORM这2个循环有什么不同, 答案 第一个是,循环执行1-SECTION,直到I 大于50或者FLG-ERR=CNS-ON第二个是,变量J从1开始,每次加1,直到J>50或者FLG-ERR=...
The COBOL AFTER phrase is not supported. Windowed date fields cannot be used as the VARYING reference, the FROM reference, or the BY reference. See Enterprise COBOL for z/OS Language Reference for an explanation of the following COBOL keywords: AFTER BEFORE BY FROM TEST UNTIL VARYING WITH Fo...
In one embodiment, e.g., for power quality analysis, with a desired number of samples per cycle of 192, the resampled even angle signal may be stored in a memory until it reaches 192*10 (or 12, depending on the case). However, this embodiment may apply to power quality analysis. For...
1cobol循环问题?PERFORM 1-SECTION UNTIL I > 50 OR FLG-ERR = CNS-ONPERFORM VARYING J FROM 1 BY 1 UNTIL J >50 OR FLG-ERR = CNS-ON.END-PERFORM这2个循环有什么不同, 2 cobol循环问题? PERFORM 1-SECTION UNTIL I > 50 OR FLG-ERR = CNS-ON PERFORM VARYING J FROM 1 BY 1 UNTIL J ...
PERFORM WITH TEST AFTER VARYING height FROM 2 BY 2 UNTIL height = 30 LIST height; END-PERFORM; Position the cursor at the start of a COBOL performed paragraph and pressPF5. Refer to the following topics for more information related to the material discussed in this topic....
PERFORM WITH TEST AFTER VARYING height FROM 2 BY 2 UNTIL height = 30 LIST height; END-PERFORM; Position the cursor at the start of a COBOL performed paragraph and pressPF5. Refer to the following topics for more information related to the material discussed in this topic....
PERFORM WITH TEST AFTER VARYING height FROM 2 BY 2 UNTIL height = 30 LIST height; END-PERFORM; Position the cursor at the start of a COBOL performed paragraph and pressPF5. Refer to the following topics for more information related to the material discussed in this topic....
PERFORM WITH TEST AFTER VARYING height FROM 2 BY 2 UNTIL height = 30 LIST height; END-PERFORM; Position the cursor at the start of a COBOL performed paragraph and pressPF5. Refer to the following topics for more information related to the material discussed in this topic. ...