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.
No Answer is Posted For this Question
Be the First to Post Answer
How arrays can be defined in COBOL?
can i use multiple when statements in search & search all ? justify ur answer?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
How many maximum number of procedures can we write in one COBOL program?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What R 2 of the common forms of the EVALUATE STATEMENT ?
How do pass the values to the parameters in cobol
what is the use of filler in cobol programing?
is this below syntax correct? CALL 'subprg' using A,B Please help
whats the difference between search and search all?
What are 77 levels used for?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name