How many sections are there in data division?.
Answer Posted / mahesh
apart from 7 one more i.e lineage section
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
IF I mention stop run in CICS what happens?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is a report item?
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.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the rules of the move verb?
What is link edit in cobol?
) How do u handle errors in BMS macro
What are the different rules to perform a Search?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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?
Mention the guidelines to write a structured cobol program?
how do you reference the printer file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?