Answer Posted / vampire
01 a comp-1
01 b comp-2
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is static and dynamic call in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do you reference the following file formats from cobol programs?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Why occurs cannot be used in 01 level in COBOL?
what is the difference between COBOL2 AND COBOL390?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between next sentence and continue in cobol programing language?