Questions Related to mainframe

Multiple choice technology mainframe
  1. SORT FIELDS = COPY INCLUDE COND = (24,4,CH,EQ,'1111')

  2. SORT FIELDS = COPY OMIT COND = (24,4,CH,NE,'1111')

  3. SORT FIELDS = COPY INCLUDE COND = (6,3,CH,EQ,'LUX')

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology mainframe
  1. SORT FIELDS=COPY OUTREC FIELDS=(1:1,24,25,6,ZD,MUL,+0.97,TO=ZD,LENGTH=6,31:31,185)

  2. SORT FIELDS=COPY OUTREC FIELDS=(1:1,24,25,6,ZD,MUL,+97,DIV,+100,TO=ZD,LENGTH=6,31:31,185)

  3. SORT FIELDS=COPY OUTREC FIELDS=(1:1,24,25,6,ZD,DIV,+100,MUL,+97,TO=ZD,LENGTH=6,31:31,185)

  4. All of the above

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Multiple choice technology mainframe
  1. OPTION COPY INREC FINDREP=(INOUT=(C'Max',C'Maximum',C'Min',C'Minimum')

  2. OPTION COPY INREC FINDREP=(C'Max',C'Maximum',C'Min',C'Minimum')

  3. Both a and b

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer