Differentiate COBOL and COBOL-II?
No Answer is Posted For this Question
Be the First to Post Answer
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is the default value of DISP for temp datasets
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
What is a SSRANGE and NOSSRANGE?
Write down the divisions of cobol program?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
how do you reference the variable block file formats from cobol programs
if a file has 1000 recods how copy the records from 1 to 100 records using sort
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25