COBOL用CALL命令开启一个子程序的执行。使用CALL命令的函数是主调函数,CALL后面跟被调函数的函 数名。一旦一个程序发出函数调用命令CALL,控制权就转移到被调函 数,被调函数可以将控制权返回给主调函数,调用另一个子程序或者结束运行单元。CALL语句 语法:CALLprogram-name[USING{[BYREFERENCE]|BYCONTENT]parm-1}...
I have 12 such stored procedures, the names of which are being picked up from a lookup DB2 table (kind of reference data tables) based on the key passed from the COBOL code. The SP name is then prefixed with the Schema name and used in the Call statement. Each SP has at least 3 ...
被呼叫程式可以修改對應於 BY VALUE 引數的正式參數,但任何這類變更都不會影響引數,因為被呼叫程式可以存取傳送資料項目的暫時副本。 雖然BY VALUE 引數主要是用來與非 COBOL 程式 (例如 C) 通訊,但它們也可以用於 COBOL 至 COBOL 呼叫。 在此情況下,必須同時對 CALL USING 詞組中的引數及 PROCEDURE DIVISION ...
For COBOL in a CICS® environment, the linkType property also affects the generation of the called program. Select a value from this list: CICSLINK Specifies that the call is from a CICS program to another program in the same CICS region. An EXEC CICS LINK command is used, with no ...
ExploreThe Micro Focus Web Sitefor more information about products (including Micro Focus COBOL) and services available from Micro Focus. This link requires an Internet Connection. Glossary of Terms Explorethe Glossary of Termsfor a list of terms and definitions used in this suite of documents and...
which we could not do until COBOL 3. you have it a little (no alot) backwards: CALLing Program: Code: CALL EZE-PROG USING EZEPNTR EZEPTRAD Instead of EZEPNTR in your CALLing Program, the code should be the reference of a W-S variable with usage pointer. Instead of EZEP...
2.1.2.3 B013, Embedded COBOL 2.1.2.4 B014, Embedded Fortran 2.1.2.5 B015, Embedded MUMPS 2.1.2.6 B016, Embedded Pascal 2.1.2.7 B017, Embedded PL/I 2.1.2.8 B021, Direct SQL 2.1.2.9 B031, Basic dynamic SQL 2.1.2.10 B032, Extended dynamic SQL 2.1.2.11 B032-01, <describe input st...
I can think of no mainstream business programming language that has truly gone extinct. Just as millions of lines of COBOL exist, and will for the foreseeable future, we will also be dealing with Visual Basic 6.0 for years to come. In fact, Microsoft has committed to s...
applications, protocols, objects, or techniques, including C, Objective C, C++, C#, FIex™, Fireworks®, Java™, Javascript™, AJAX, COBOL, Fortran, ADA, XML, HTML, DHTML, XHTML, HTTP, XMPP, and others. These can be varied and are not limited to the examples or descriptions provi...
Techniques for bypassing call screening in a call messaging system. In one embodiment, for example, a method performed by one or more computing devices comprises: receiving an incom