Explain how you can characterize tables in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
waht is inspect verb? where it can be in real time?
What are the different ways to run a COBOL DB2 program using JCL?
how you read control card into array?
How To move a value to an array using move verb?
What is the size of s9(19)comp3? explain
can we print comp 3 stmts how ?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
for an INITIALIZE and what keyword allows for an override of the default.
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
A table has two indexes defined. Which one will be used by the SEARCH?
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 a program to explain size error.