in a indexed file what is procedure for read the records
from 12 to 18. please give the code example
Answer Posted / satish
it is dynamical acess.using start verb it is done
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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)?
Why would you use find and get rather than to obtain?
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
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.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
) How do u handle errors in BMS macro
Write down the divisions of cobol program?
What is the usage of comp fields in cobol?
What are literals?
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
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.