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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why did you choose to work with ibm mainframe cobol programming?
Write a program that uses move corresponding.
What is the compute verb? How is it used?
How can you get the ksds file records into your cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the esds vsam file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the problem of ordered sequential files access?
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.
Which division and paragraphs are mandatory for a COBOL program?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do get the result of your program directly on your pc?