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 / siddesh
I think at run time
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
) how do u code after getting data?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write some characteristics of cobol as means of business language.
In COBOL programming, what is PERFORM? What is VARYING?
How you can characterize tables in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write the code to count the sum of n natural numbers.
What the difference is between continue and next sentence?
Difference between cobol and cobol-ii?
What is the compute verb? How is it used?