Answer Posted / dk.kannan@gmail.com
in-line perform is nothing but to check the body of the
statement only.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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 Call and a Link?
What is the difference between PIC 9.99 and PIC9v99?
) How do u handle errors in BMS macro?
What is the usage of comp fields in cobol?
Are you comfortable in cobol or jcl?
Name the sections present in data division.
How can you get the ksds file records into your cobol program?
What are the different types of condition in cobol and write their forms.
example for sub strings ? and refernce modifications whit output pls
How to remove 2 duplicate records and copy only one using job control language?
What are various search techniques in cobol? Explain.
What is amode(31)
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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?