Answer Posted / pandu
Subscript is sequential reading Index is direct reading of
perticular position of record
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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 how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
IF I mention stop run in CICS what happens?
How to print 10 to 1 if the input have only 10 digit number?
What is the Purpose of Pointer in the string?
What are the rules of the move verb?
What are the pertinent COBOL commands?
What is the utilization of copybook in cobol?
What is amode(31)
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
) what is the difference between AID and HANDLE AID?
What is perform what is varying?
) How do u handle errors in BMS macro