Answer Posted / sanjudharan
no
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the printer file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is amode(31)
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
) how do u code after getting data?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What rules are followed by the search verb.
Which is not true about evaluate statement
) How do u handle errors in BMS macro
What is cobol?
How do u write test cases?
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 Global and External Variables?