is it possible to declare index in cobol program?
if it is not why its tell me pls
Answer Posted / amjith pillai
No need to 'Declare' Index in working Storage section.since
Index is internally represented by 'Index Register' which
is Full-Word binary.
Yes, you can directly mention Index in Occurs clause and
can increment and re-positioning the index variable
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
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.
What are the different types of condition in cobol and write their forms.
how to refer the data field?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are literals?
How arrays can be defined in COBOL?
In COBOL, what is the different between index and subscript?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between external and global variables in COBOL?
What guidelines should be followed to write a structured cobol prgm?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
) How do u handle errors in BMS macro?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can we change the password using ALTER? anyone tried and changed?