How many bytes S(8) comp field occupy and its maximum value?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
What is the use of LINKAGE SECTION?
What is the reference modification.
How do u initialize an array?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
How To move a value to an array using move verb?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
What is SSRANGE, NOSSRANGE ?
What are various search techniques in cobol? Explain.
Write down the divisions of cobol program?
How can you declare the file ?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?