01 A pic 9(100) find record length of it

Answer Posted / sampoorna

syntax error.because it can't allow more than 18 digits.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to refer the data field?

1812


how do you reference the fixed unblock file formats from cobol programs

712


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3720


How can you get the ksds file records into your cobol program?

644






How do you get the data to code the BMS macro?

1476


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8658


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

999


Explain how to differentiate call by context by comparing it to other calls?

689


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10629


What is the difference between goback, stop run and exit program in cobol?

932


What is the difference between PIC 9.99 and PIC9v99?

783


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1616


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


What is report-item in COBOL?

711