in cobol perform stmt whether it first checks the condition
or not
Answer Posted / raju
hi deepa..
can u give a brief description abt ur ans
& how to set TEST BEFORE option or TEST AFTER OPTION
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
What are the pertinent COBOL
When is inspect verb is used in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can we redefine the field of x(200) to less than 200?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are all the divisions of a COBOL program?
How do we get current date from system with century in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning