What is the maximum length of a field you can define using COMP-3 in COBOL?

Answer Posted / sruthy

18 decimal digits

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

719


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


What are literals?

632


Write a cobol program making use of the redefine clause.

739


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710






Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


how do you define single dimensional array and multidimensional array in your cobol?

678


IF I mention stop run in CICS what happens?

1898


How are the next sentence and continue different from each other?

766


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525


What is difference between static and dynamic call in cobol?

779


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

859


What is the utilization of copybook in cobol?

657


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5379


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720