in cobol perform stmt whether it first checks the condition
or not
Answer Posted / deepa
If TEST BEFORE option is used the condition is checked
first.
If TEST AFTER option is used the condition is checked later.
Default is TEST BEFORE
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
Write the code to count the sum of n natural numbers.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how do you reference the fixed unblock file formats from cobol programs
In COBOL, what is the different between index and subscript?
What is the difference between PIC 9.99 and PIC9v99?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Define cobol?
Which Search verb is equivalent to PERFORM…VARYING?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the compute verb? How is it used?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How arrays can be defined in COBOL?