How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1160How to initialize a variable which is a constant in a lda. Suppose I want to declare a variable #a n1(1:7) having constant values as 1,2,3,4,5,6, and 7 for respective occurance then how can we do that?
1 1555Suppose if I have updated few fields of adabas file using update command, and after that I used display to see that field get updated or not. If in display it showing nothing or record did not get updated then what can be the possible reasons?
919Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
1345
What is the use of db2 optimizer?
How do you find the maximum value in a column in db2?
What is sqlca’s maximum length?
Explain the function of entry-sequenced data set?
How do you reference the following file formats from cobol programs?
IF I mention stop run in CICS what happens?
What are host variables in db2?
What are the access method services used in vsam?
What does the keyranges parameter in define cluster commends do?
What is the term bms in cics?
What is linkage section?
How many ways are there for initiating a transaction?
What are the different rules to perform a Search?
What is the information associated with sysibm.syslinks table?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed