Answer Posted / deepjyoti
133
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between goback, stop run and exit program in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Difference between cobol and cobol-ii?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write down the divisions of cobol program?
How do u write test cases?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between PIC 9.99 and 9v99 in 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?
Difference between array and sub-script ?
What is rmode(any) ?
What is the problem of ordered sequential files access?
How to use the same COBOL program in Batch and CICS on lines? explain with an example