Name some of the examples of COBOl 11?
No Answer is Posted For this Question
Be the First to Post Answer
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
What is file status 39 ?
How you can characterize tables in cobol?
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 will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What is an in line perform? When would you use it? Anything else you wish to say about it.
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
How can you declare the file ?
How will you find the currepted records in a file
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
What is static and dynamic call in cobol?