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 / suresh ramaiyan
Working storage variables will get allocated when the
program is start running.
so answer would be B. At starting of the run time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
In COBOL programming, what is PERFORM? What is VARYING?
How do you define a variable of comp-1 and comp-2?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What the difference is between continue and next sentence?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
A table has two indexes defined. Which one will be used by the SEARCH?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Name the sections present in data division.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between goback, stop run and exit program in cobol?