wht is the difference between goto and perform stmts
Answer Posted / venu
in go to the control will be transferred to either forward
or backward.once u pick to forward it wont come backward.
only single iteration will be done in go to.
in perform the control transferred to both backward n
forwars also, here multiple iterations will be done.
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
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?
How do you define a variable of comp-1 and comp-2?
How do define dynamic array in cobol.
Name the sections present in data division.
i need a small 3d program using inline and outline.
Give some examples of command terminators?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is rmode(24)
Which mode is used to operate the sequential file?
Describe the cobol database components?
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
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain about different table spaces.