WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
Explain how to differentiate call by context by comparing it to other calls?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
How to retrive the 9th records out of ten records using the cobol program ?
Define static linking and dynamic linking.
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
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 are options have been removed in COBOL 11?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
What is the compute verb? How is it used?
What is amode(31)
What is the meaning of 'TALLING' verb in cobol?
Why occurs can not be used in 01 level ?