How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1275How 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 1749Suppose 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?
998Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
1556
what is the difference between COBOL2 AND COBOL390?
Which isolation level provides highest data integrity?
In a test environment, is there a need to run a runstats?
is delete operation supported in an esds? Is rewrite operation possible in esds?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is the purpose of the dd keylen parameter?
) How do u handle errors in BMS macro
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is qsam?
What is the use of the eibaid field?
Can we update view in db2?
Explain the biggest disadvantage of using a vsam dataset?
which parameter is used to check the syntax of a jcl without executing it?
What is z os in mainframe?
Why select is not preferred in embedded sql programs?