Can the OCCURS clause be at the 01 level?

Answer Posted / ashu

no you cant use occurs clause on 01 66 77 88

66 is for Rename
77 is for stand alone variables
88 is for condition

you can use occur clause on 02 - 49

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

812


Why did you choose to work with ibm mainframe cobol programming?

730


Write a program that uses move corresponding.

773


What is the compute verb? How is it used?

749


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

727






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

767


how do you reference the esds vsam file formats from cobol programs

734


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

855


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

837


What is the problem of ordered sequential files access?

811


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


Which division and paragraphs are mandatory for a COBOL program?

792


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

798


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

752


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

1965