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
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
what does PS parameter signify
------ 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.