HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Answer Posted / anilgajmal86
TO PASS RECORD FROM FILE TO AN ARRAY, WE HAVE USE SOME VARIABLE WITH THE HELP OF PERFORM LOOP.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how do you define single dimensional array and multidimensional array in your cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is comp-1 and comp-2?
Write a cobol program making use of the redefine clause.
What is the usage of comp fields in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between structured cobol programming and object alternativelyiented cobol?
IF I mention stop run in CICS what happens?
How to remove 2 duplicate records and copy only one using job control language?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What do you understand by psb and acb?
How many sections are there in data division in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic