In COBOL, what is the different between index and subscript?
No Answer is Posted For this Question
Be the First to Post Answer
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
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Write some characteristics of cobol as means of business language.
is this below syntax correct? CALL 'subprg' using A,B Please help
how will u pass dadta to cobol+db2 program...?
What is the difference between working storage copybook and linkage section copybook?
Which Search verb is equivalent to PERFORM…VARYING?
What is amode(24)?
Whats the use of Examine command? can someone help me?
Write a cobol program making use of the redefine clause.
Explain call by context by comparing it to other calls.
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?