level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / jagannath
Both 01 and 77 level can be used to define elementary data.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how to move the records from file to array table. give with code example
What is the difference between PIC 9.99 and PIC9v99?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write the code implementing the perform … varying.
What are the various section in data division and briefly explain them.
how do you reference the esds vsam file formats from cobol programs
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.
What is the difference between Global and External Variables?
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.
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?
i need a small 3d program using inline and outline.
What are different data types in cobol?