In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
Write the code to count the sum of n natural numbers.
What are the different data types in cobol?
What is the difference between binary search and sequential search?
How you can read the file from bottom?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between external and global variables in COBOL?
How do you reference the following file formats from cobol programs?
A table has two indexes defined. Which one will be used by the SEARCH?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why occurs cannot be used in 01 level in COBOL?
What are the different rules of SORT operation?
What are declaratives and what are their uses in cobol?
What rules are to be followed while using the corresponding options?