GO TO stmt which of the following is not true
A) GO TO stmt is not essential in the sense that it is
possible to write programs without using GO TO
B) The target of the GO TO stmt being a procedure name
avoiding GO TO result in a program with no procedure name
C) Indiscriminate use of GO TO stmt can make the
control structure program substantially complex
D) Too many GO TO stmts make a program difficult to
understand
Answer Posted / nygrande
Incorrect Answer = B;
To invoque a procedure we should use CALL PROCEDURE_NAME.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How IBM framework work?
Explore the syntax of the evaluate statement?
How long have you been working on mainframes?
how could you write a program in a structured format?
how do u start your process after conducting impact analysis ?
how is the future of tandem mainframe?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
What is the meaning of a (new, catalog, keep) disposition mean?
Which is the difference between delimited by size and delimited by space?
What is the difference between inrec and outrec?
What is Framework & How it work?
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
Explain delete-connected tables?
what are the parameter we cannot use in procedure? How many instream we can write in single jcl? Can we call instream to catalog and catalog to instream?
What is database descriptor?