Tag: mainframe

Questions Related to mainframe

File Aid option can be processed in batch mode?

  1. True

  2. False


Correct Option: B

XREF option applicable in vertical mode?

  1. True

  2. False


Correct Option: B

Maxmium how many Data sets can be concatenated in sequential concatenation?

  1. 3273

  2. maximum size of the TIOT option

  3. 64

  4. 99


Correct Option: B
  1. NOTIFY=&USERID1,&USERID2

  2. NOTIFY=&USDERID1,NOTIFY=&UNSERID2

  3. Using IKJEFT01

  4. not possible


Correct Option: C

what is the snytax to conver UPPER CASE to Lower case in JCL using SORT?

  1. OUTREC FIELDS=(1:1,10,TRAN=UTOL)

  2. OUTREC FIELDS=(1:1,10,TRAN=LTOL)

  3. OUTREC FIELDS=(1:1,10,TRAN=UPPER)

  4. OUTREC FIELDS=(1:1,10,TRAN=LOWER)


Correct Option: A

What does TIME=1440 mean on a job card?

  1. CPU time is 1440

  2. Run time is 1440

  3. no cpu limit for the job

  4. give S322 abend after 1440 cpu time


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of job cards in a computing environment.

In a computing environment, a job card is a control card used to provide information about a job to the operating system. It specifies various parameters and options for the job, including the maximum amount of CPU time allowed for the job to execute.

The option TIME=1440 on a job card means that there is no CPU time limit set for the job. The job can utilize as much CPU time as required to complete its execution without any restrictions.

Let's go through each option to understand why it is correct or incorrect:

Option A) CPU time is 1440 - This option is incorrect because TIME=1440 indicates that there is no CPU time limit set, not that the CPU time is specifically 1440.

Option B) Run time is 1440 - This option is incorrect because TIME=1440 does not refer to the run time of the job. It specifies the absence of a CPU time limit.

Option C) No CPU limit for the job - This option is correct because TIME=1440 means that there is no CPU time limit set for the job.

Option D) Give S322 abend after 1440 CPU time - This option is incorrect because TIME=1440 does not imply that the job will receive an S322 abend (abnormal end) after 1440 CPU time. It indicates the absence of a CPU time limit.

Therefore, the correct answer is option C) No CPU limit for the job. This option is correct because TIME=1440 means that there is no CPU time limit set for the job.

Which option of the ISPF Primary Option Menu helps you to allocate datasets?

  1. 3.1

  2. 3.2

  3. 3.4

  4. 3.3


Correct Option: B

What is the syntax to find actual lenght of a record in a variable file in Cobol?

  1. Not possible

  2. Using RECORD SIZE def in FD seciton

  3. RECORD IS DEPENDING ON BATCH-RECORD-SIZE where BATCH-RECORD-SIZE is 77 working storage varaible

  4. RECORD is varying depending on BATCH-RECORD-SIZE wher BACTCH-RECORD-SIZE is 77 working storage varibale


Correct Option: D
  1. ACCEPT WS-DATE FROM DATE

  2. ACCEPT WS-DATE FROM DATE YYYYMMDD

  3. ACCEPT WS-DATE FROM DATE YYMMDD

  4. none of the above


Correct Option: A