how do you reference the ksds vsam file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of condition in cobol and write their forms.
How To move a value to an array using move verb?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
Write the code to count the sum of n natural numbers.
COMP field occupy ?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
what are the steps to sort in a cobol program?
Name the divisions in a COBOL program ?
How to resolve the soc4 and soc7 errors?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
what happens if parmparameter passes zero bytes to the program
In an EVALUATE statement, can I give a complex condition on a when clause?