What kind of error is trapped by on size error option?
No Answer is Posted For this Question
Be the First to Post Answer
can you declare redefine in level 01?
What is the meaning of 'TALLING' verb in cobol?
how will u code parm parameter and where pls ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
How many sections are there in data division in COBOL?
Name the divisions, which are available in a cobol program?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
Can the OCCURS clause be at the 01 level?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
What is CALL statement in COBOL?