How many bytes will a s9(8) comp field occupy ?
What is Comp-2?
What is the maximum value that can be stored in s9(8) comp?
Give the format of using and giving in sort statement. What are the restrictions with it?
Can I redefine an x(100) field with a field of x(200)?
How many bytes does a s9(7) comp-3 field occupy ?
How many bytes does a s9(7) sign trailing separate field occupy ?
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain how to differentiate call by context by comparing it to other calls?
What is an in line perform? When would you use it? Anything else you wish to say about it.
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?
What is comp-1 and comp-2?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is amode(24)?