Interview Questions

Which of the following statements correctly describe the syntax of CICS command language?

CICS Interview Questions


(Continued from previous question...)

Which of the following statements correctly describe the syntax of CICS command language?

Q:
Which of the following statements correctly describe the syntax of CICS command language? A). If an EXEC CICS command must be continued onto a second line a hyphen (-) must be coded in column 7 of the continued line.
B) If an EXEC CICS command must be continued onto a second line an "X" must be coded in column 72 of each line to be continued.
C) An EXEC CICS command CANNOT be coded within a COBOL. If statement, between the IF command and the period (.) ending it.
D) The END-EXEC delimiter is optional and never needs to be placed at the end of a CICS command.
E) The options specified within an EXEC CICS command can be in any order.



AN:
E) The options specified within an EXEC CICS command can be in any order. For example 'EXEC CICS Send From (Msg1) Length (30) END-EXEC' can also be coded 'exec CICS Send Length (30) From (MSG1) END-EXEC'

(Continued on next question...)

Other Interview Questions