How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / natarajan
upto 255
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are literals?
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.
What is the compute verb? How is it used?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Define static linking and dynamic linking.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Which is not true about evaluate statement
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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 remove 2 duplicate records and copy only one using job control language?
What are the various section in data division and briefly explain them.
how do you reference the rrds file formats from cobol programs
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the utilization of copybook in cobol? Could we utilize a similar copybook?