How can you submit a job from COBOL programs?
Posted: Mar 19, 2013
View Details
Which of the following is known as insertion operator?
Posted: Mar 19, 2013
View Details
Streams are called?
Posted: Mar 19, 2013
View Details
How many times is a do while loop guaranteed to loop?
Posted: Mar 19, 2013
View Details
Which is not a loop structure?
Posted: Mar 18, 2013
View Details
When does the code block following while(x<100) execute?
Posted: Mar 18, 2013
View Details
What are different file OPEN modes available in COBOL?
Posted: Mar 18, 2013
View Details
How do you reference the following file formats from COBOL programs:
Posted: Mar 18, 2013
View Details
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
Posted: Mar 18, 2013
View Details
Which of the following is not a valid relational operator?
Posted: Mar 18, 2013
View Details
What is COMP SYNC?
Posted: Mar 18, 2013
View Details
The result of a Relational operation is always?
Posted: Mar 18, 2013
View Details
When following piece of code is executed, what happens? b = 3; a = b++;
Posted: Mar 18, 2013
View Details
Showing 901 to 915 of 2227 results