Answer Posted / swapnil
USING AN OCCURS CLAUSE WE MOVE RECORD FROM ONE PS FILE TO
ANOTHER PS
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
What is comp-1 and comp-2?
example for sub strings ? and refernce modifications whit output pls
Can a Search can be done on a table with or without Index?
what is search and searchall?what is the diffrence between them?give an best example?
What are different data types in cobol?
i need a small 3d program using inline and outline.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the local-storage section?
how to move the records from file to array table. give with code example
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how do you reference the esds vsam file formats from cobol programs
What do you understand by psb and acb?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?