Answer Posted / pavan,ap
if want see the copybook ,go to 3.4 option and give the
copybook name,,and open it in view or edit mode
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to move the records from file to array table. give with code example
how to convert the recors form vsam file to db2 table tru file aid
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
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?
What is Pic 9v99 Indicates in COBOL?
Are you comfortable in cobol or jcl?
What is static and dynamic call in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write some characteristics of cobol as means of business language.
what is search and searchall?what is the diffrence between them?give an best example?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do define dynamic array in cobol.
example for sub strings ? and refernce modifications whit output pls
What is the difference between Call and a Link?