How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
What is the difference between a binary search and a sequential search?
What is a scope terminator give example?
What are the different ways to run a COBOL DB2 program using JCL?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
What is the LINKAGE SECTION used in COBOL?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What are the cobol coding sheets?
If I want to increase the Limit in GDG. What should I do?
What is the default value of DISP for temp datasets
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
what is amode(24), amode(31), rmode(24) and rmode(any)?