Answer Posted / swapna
identification division.
program-id. errmsg.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the access modes of START statement?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the different data types in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Write some characteristics of cobol as means of business language.
What is static and dynamic call in cobol?
What are the various section in data division and briefly explain them.
Write a program that uses move corresponding.
Define static linking and dynamic linking.
In COBOL programming, what is PERFORM? What is VARYING?
Write down the divisions of cobol program?
How many bytes S(8) comp field occupy and its maximum value?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?