is it possible to declare index in cobol program?
if it is not why its tell me pls

Answer Posted / kiran

yes it is possible

ex PERFORM TEST AFTER VARYING WS-INDEX FROM
1 BY 1 UNTIL WS-INDEX = 10
DISPLAY "WS-INDEX is now equal to " WS-INDEX
END-PERFORM

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between structured cobol programming and object alternativelyiented cobol?

757


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


What are the rules of the move verb?

708


What do you understand by psb and acb?

668






Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

634


What is comp-1 and comp-2?

766


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2661


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1590


What is the use of intialize verb?

751


What is the problem of ordered sequential files access?

704


What is the difference between PIC 9.99 and 9v99 in COBOL?

737


In which area will you utilize 88 level items in cobol?

724


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17054


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934