in cobol perform stmt whether it first checks the condition
or not
Answer Posted / pradeep reddy
in cobol perform statement first checks the
condition ,condition is false then checks the statement ,
condition is true control goes outside
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Explain what you understand by passing by value.
How can you get the ksds file records into your cobol program?
Can a Search can be done on a table with or without Index?
A table has two indexes defined. Which one will be used by the SEARCH?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
) how do u code after getting data?
how to move the records from file to array table. give with code example
What is the difference between Call and a Link?
IF I mention stop run in CICS what happens?
Explain the configuration section of a cobol program with examples of syntax.
Which Search verb is equivalent to PERFORM…VARYING?
explain sorting techniques in cobol program?