How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / aloke deb
255
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What are the access modes of START statement?
Explain about different table spaces.
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 do you reference the following file formats from cobol programs?
how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs
What is the difference between external and global variables in COBOL?
What are all the divisions of a COBOL program?
Difference between array and sub-script ?
how do you reference the esds vsam file formats from cobol programs
how to convert the recors form vsam file to db2 table tru file aid
What is the utilization of copybook in cobol?
What are declaratives and what are their uses in cobol?
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.