Write the code to count the sum of n natural numbers.
How do you define a variable of comp-1 and comp-2?
What kind of error is trapped by on size error option?
What is the compute verb? How is it used?
Are you comfortable in cobol or jcl?
What are the different types of condition in cobol and write their forms.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How arrays can be defined in COBOL?
When is inspect verb is used in cobol?
What is redefines clause in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
) how do u code after getting data?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Define static linking and dynamic linking.
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.