Can the OCCURS clause be at the 01 level?

Answer Posted / sanjudharan

no

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use the same COBOL program in Batch and CICS on lines? explain with an example

2007


how do you reference the printer file formats from cobol programs

766


What is the difference between structured cobol programming and object alternativelyiented cobol?

855


What is amode(31)

807


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?

7073






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

773


) how do u code after getting data?

1657


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

845


What rules are followed by the search verb.

719


Which is not true about evaluate statement

1844


) How do u handle errors in BMS macro

1588


What is cobol?

841


How do u write test cases?

1717


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1220


What is the difference between Global and External Variables?

768