wht happens if we dnt give scope terminator ?

Answer Posted / venu

the program will not be executed successfully

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6831


Can we change the password using ALTER? anyone tried and changed?

1547


What are the different rules of SORT operation?

698


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5693


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2118






i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What are various search techniques in cobol? Explain.

650


What are the access modes of START statement?

719


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


What are declaratives and what are their uses in cobol?

714


what is difference between cobol and cobol/400

21567


How do get the result of your program directly on your pc?

1885


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


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

648


What is the compute verb? How is it used?

661