Answer Posted / jswan
Implicit and explicit scope terminators are mandatory for the end of each logical statement.
Explicit scope terminators make it more easy to read the flow of the program logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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
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 the use of outrecord?
What is amode(31)
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the problem of ordered sequential files access?
what is search and searchall?what is the diffrence between them?give an best example?
What are various search techniques in cobol? Explain.
What rules are followed by the search verb.
What are the different types of condition in cobol and write their forms.
For rewrite, why is it mandatory that file needs to be opened?
What are the various section in data division and briefly explain them.
how do you reference the esds vsam file formats from cobol programs