What are the access modes of START statement?
No Answer is Posted For this Question
Be the First to Post Answer
In COBOL programming, what is PERFORM? What is VARYING?
Explain about Redefines cluse?
What is the different between index and subscript?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What is the size of s9(19)comp3? explain
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
1) can we display the index?
What is the difference between write & move in COBOL?
can any one help -s806
Explain about different table spaces.
01 a pic s9(5) value '-12345' how it will be stored
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?