When the working storage variables get allocated?
a.At Compile time
b.At starting of the run time
c.At end of the run time.
d.None of these
Answer Posted / kb
At compile time the working storage is allocated
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
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
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are various search techniques in cobol? Explain.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What the difference is between continue and next sentence?
What is inspect in cobol ?
how do you reference the printer file formats from cobol programs
What is the use of intialize verb?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write a program to explain size error.
Write the code to count the sum of n natural numbers.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between comp and comp-3 usage?
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?