Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / manonmani.r
variable length is changed in dynamic variable creation.but
fixed lenth is mentioned in static variable creation.
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
Differentiate between structured cobol programming and object-oriented cobol programming.
how to refer the data field?
what is search and searchall?what is the diffrence between them?give an best example?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is perform what is varying?
How do u write test cases?
how do you reference the rrds file formats from cobol programs
What is the Purpose of Pointer in the string?
Define static linking and dynamic linking.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain the configuration section of a cobol program with examples of syntax.
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.
What rules are followed by the search verb.
Explain what you understand by passing by value.