mainframe Online Quiz - 89
Description: mainframe Online Quiz - 89 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Consider the following piece of code: IF NOT INPUT-EOF IF INPUT-REC-TYPE = '55' PERFORM 2100-PROCESS-WTN ELSE NEXT SENTENCE END-IF ADD +1 TO INPUT-COUNT. PERFORM TEST-1 If the value INPUT-REC-TYPE = '00' then what will happen to the value of INPUT-COUNT?
Which all among the following are the Special Registers?
Using which option a input file can be split into equal no.of output files
Block size(BLKSIZE) of a file should be multiple of
In SORT utility by using which option we will generate the sequence number
Which below utilities will be used for submitting the a job using another job.
While reading a table in natural cobol do we have an option to read the specified number of records.
he below IF condition is valid or not. READ MYVIEW BY NAME ACCEPT IF SALARY >= 40000 AND SALARY < 45000 DISPLAY NAME JOB-TITLE SALARY END-READ
How to initialise the values while declaring the variable
what does PS parameter signify
Is the following Evaluate clause with no WHEN phrase coded syntactically valid?? (True-YES/False-No) EVALUATE A ALSO B END-EVALUATE.
For successful execution of REWRITE stmt, the direct access file must be opened in ____ mode. (Fill in the blank with the right answer from the options)
The result of SEARCH ALL is predictable only when the table is defined with ASCENDING or DESCENDING KEY and the key should uniquely identify an occurrence of the table entry.
CONFIGURATION SECTION in COBOL must be present.
------ enables a program that is executing outside a particular BTS process to access an activity within the process.
------ analyzes three different date and time stamp formats which are commonly used on the Internet, and converts them to the ABSTIME (absolute date and time) format.
------ acquires a session to a remote system.
-------- causes an APPC basic conversation to end immediately, regardless of the conversation state. The partner transaction is informed.
Syntax for IGNORE CONDITION
Which command creates the JOURNAL Record.?