The source can contain any host language statements and any SQL statements other than an INCLUDE statement. In COBOL, INCLUDEmember-namemust not be specified in other than the DATA DIVISION or PROCEDURE DIVISION. 'string' Identifies a file to be included using the path from the INCDIR parameter...
Application Discovery Build Client gives syntax errors when building a COBOL program which has an INCLUDE statement within
First, if the delimiters surrounded an INCLUDE statement, the Precompiler goes to the INCLUDE library named in the job control language data definition statement and pulls the included MEMBERNAME into the program. This function is the same as a COBOL COPY MEMBERNAME, but the timing is different...
38. Which of the following DL/I statements are used in the COBOL program to access the database? Entry Statement Goback Statement Call Statement All of the above Answer:D) All of the above Explanation: We use the following DL/I statements in the COBOL program to access the database −...
Unlike include(), require() will always read in the target file, even if the line it's on never executes. If you want to conditionally include a file, use include(). The conditional statement won't affect the require(). However, if the line on which the require() occurs is not exec...
14. If our database name is 'schooldb' and we want to drop this database will the query work if we will write our database name in capital letters? Yes No Answer:A) Yes Explanation: We can write any case while using adrop statement. ...
Well in this case the first OUTREC statement reformats the records to 6 bytes and the OUTFIL INCLUDEs operate against those 6 bytes. Since the INCLUDEs have 1,1, it doesn't matter if they operate against the input records or the reformatted records - position 1 has the same value eiter ...
The local include preprocessor allows for the incorporation of external source files into programs by using include directives other than the PL/I directive %INCLUDE or COBOL COPY statement. Before you begin Create a local property group and associated it with a local COBOL or PL/I source file ...
36. Why combination operators are used in CouchDB? To combine more than one conditions To combine more than one logical statement To combine selectors Both A and B Answer:C) To combine selectors Explanation: The combination operators are used for combining the selectors. ...
The source can contain any host language statements and any SQL statements other than an INCLUDE statement. In COBOL, INCLUDE must not be specified in other than the DATA DIVISION or PROCEDURE DIVISION. Including a source file and member is only allowed when precompiling using the SRCFILE paramet...