What is 77 level used for ?

Answer Posted / e

Independent working storage variables

Is This Answer Correct ?    70 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable unblock file formats from cobol programs

735


Describe the cobol database components?

672


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1223


What is the difference between PIC 9.99 and PIC9v99?

771


What guidelines should be followed to write a structured cobol prgm?

663






I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10551


Define cobol?

854


What the difference is between continue and next sentence?

651


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

696


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1833


How do you define a variable of comp-1 and comp-2?

697


How do u write test cases?

1631


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

528


Write the code implementing the perform … varying.

637


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1642