Read the text below in order to answer questions 34 to 36:
According to the author, budget management of organizational structures is
Read the text below in order to answer questions 34 to 36:
According to the author, budget management of organizational structures is
Read the text below in order to answer questions 37 to 40:
According to the text, public administration and the use of information are
Read the text below in order to answer questions 37 to 40:
According to the author, Brazil
Read the text below in order to answer questions 37 to 40:
The author refers to the work force as
Read the text below in order to answer questions 37 to 40:
The text refers to the use of information as
In VS COBOL, as well as in COBOL II, the period is an implicit scope terminator that ends the scope of any statements that have not yet terminated. For example, the scope of an AT END, ON OVERFLOW or ON SIZE ERROR clause in a VS COBOL program remains in effect until a period is reached. According to the text, which is the correct answer?
An online application program always has exclusive use of the SHSAM or HSAM databases, which are referenced by PCBs in its PSB. No other application programs will be concurrently scheduled to access those same SHSAM or HSAM databases in an online environment. According to the text, which is the correct answer?
PROCSEQ specifies the name of a secondary index that is used to process the database named in the DBNAME operand through a secondary processing sequence. The operand is optional. It is valid only if a secondary index exists for this database. According to the text, which is the correct answer?
Applications are defined as a top-down structure of processing logic blocks called processes and statement groups. The top level in the structure is a sequence of one or more processes called main processes. Each process and statement group contains CSP/AD language processing statements. According to the text, which is the correct answer?
A process represents the input or output of a record or map. It consists of processing statements before and after a process option (type of I/O operation), and a process object (name of the defined record structure or map that the process option uses). A process is divided logically into the processing statements that are to be run before and after the process option is performed. Processes can be defined as main processes of the application or invoked from other processes or statement groups. According to the text, which is the correct answer?