Tag: technology

Questions Related to technology

  1. START

  2. RUN

  3. EXEC

  4. GO


Correct Option: C
Explanation:

To solve this question, the user needs to have knowledge of JCL (Job Control Language).

The statement that marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step is EXEC.

Now, let's go through each option and explain why it is right or wrong:

A. RUN: This option is incorrect. RUN is not a valid JCL statement.

B. START: This option is incorrect. While START is a valid JCL statement, it is not used to begin a job step.

C. EXEC: This option is correct. EXEC is the JCL statement that marks the beginning of a job step, assigns a name to the step, and identifies the program or catalogued or in-stream procedure to be executed in the step.

D. GO: This option is incorrect. GO is not a valid JCL statement.

The Answer is: C

  1. $abc=xyz; echo $abc

  2. abc=xyz ; echo $abc

  3. export abc=xyz ; echo $abc

  4. abc=xyz; export abc=xyz ; echo $abc


Correct Option: D
  1. CHCKPOINT DD statement

  2. SYSCHK DD statement

  3. CHKOUT DD statement

  4. CHECK or DD statement


Correct Option: B
  1. SYSOUT parameter

  2. OUTPUT parameter

  3. DEFAULT parameter

  4. DEST keyword


Correct Option: A
  1. public static void main(String args[])

  2. public static void main(String appp[])

  3. public void static main(String args[])

  4. public Static void main(String args*)


Correct Option: A,B,C,D
  1. Override the Audit DD statement in the report

  2. Override the Report DD statement in the Audit procedure

  3. Concatenate a dataset onto a DD statement in a called module

  4. Delete the Audit DD statement in the Report


Correct Option: B