In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
TCS,
6 11340. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
1 5081What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
6 8650
What are the different commands used in idcams for vsam?
what is meant by dirty read in vsam?
can you change the attribute in mapset? if so how?
for which platforms is uni-rexx available?
What is dbrm?
What parameters are used to control the free space in DB2?
Explain how do you control cursor positioning?
For rewrite, why is it mandatory that file needs to be opened?
List out the three types of page locks that can be held.
Explain how to differentiate call by context by comparing it to other calls?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is the size of the address space in kbs for 16 bit address space?
What is one line to pass PARM from JCL to COBOL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is a buffer in memory?