In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answers were Sorted based on User's Feedback
Answer / shubha
here Before is default,but if After is mentioned then
condition will be checked after perform execution.
| Is This Answer Correct ? | 13 Yes | 0 No |
Can you please let me know the centre name of INS certification in Kolkata.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
Under which scenario you would go for a static call as opposed to dynamic call?
if someone is using my file,how can i find which user id is using?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What is the Purpose of POINTER Phrase in STRING command
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Whats the use of Examine command? can someone help me?
File status must be checked both while opening and reading the file or only while reading the file?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is difference between comp & comp-4?
What are declaratives and what are their uses in cobol?