Answer Posted / jana.gadi
we can use in-line perform in the case if the body of the
perform will not be used in any other place of the program
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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 utilization of copybook in cobol? Could we utilize a similar copybook?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do we get current date from system with century in COBOL?
What the difference is between continue and next sentence?
Whats the difference between search & search ALL?
A table has two indexes defined. Which one will be used by the SEARCH?
What guidelines should be followed to write a structured cobol prgm?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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
How do get the result of your program directly on your pc?
How to know whether the module is dynamical or statistical?
Write the code to count the sum of n natural numbers.
What are the various section in data division and briefly explain them.
Define static linking and dynamic linking.