Answer Posted / kanika
Switches
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is length is cobol?
What is the local-storage section?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write a program that uses move corresponding.
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
In which area will you utilize 88 level items in cobol?
Write down the divisions of cobol program?
What is static and dynamic call in cobol?
What is the LINKAGE SECTION used in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the variable unblock file formats from cobol programs
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.