How to use the same COBOL program in Batch and CICS on lines?
explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
Define static linking and dynamic linking.
What is Comm?
2 Answers IBM, Kemper Corporation,
Which is not true about evaluate statement
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
What is the point of the REPLACING option of a copy statement?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
How many maximum number of procedures can we write in one COBOL program?
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.
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
what happens if we wont give timestamp in precompilation process ?
sample code for read a 2nd record from last in flatfile how can do?