Answer Posted / swamy
I am having my interview tomorrow in UST. will post all the
questions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
How are the next sentence and continue different from each other?
Write a program to enter and display the names of students in a class using the occurs clause.
how to move the records from file to array table. give with code example
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Why did you choose to work with ibm mainframe cobol programming?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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
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.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between Call and a Link?
what is difference between cobol and cobol/400
Why occurs cannot be used in 01 level in COBOL?