if a>b
continue
display x.
dispaly y.
end-if
display 1
display 2.
display 3.
what should be my output ?
Answer Posted / javed
There will be a compilation error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain what you understand by passing by value.
Write the code to count the sum of n natural numbers.
How do you reference the fixed block file formats from cobol programs
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Write the code implementing the perform … varying.
What is the usage of comp fields in cobol?
Are you comfortable in cobol or jcl?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What rules are to be followed while using the corresponding options?
What is the difference between Call and a Link?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do you get the data to code the BMS macro?