Answer Posted / prasanth
in our shop we are using Insync , From main menu type Ins;1
and enter provide the filename , in addition you need enable
copy book layout option as cob or Y and provide the copy
book of giving pds name also , so that we can map the file
with that copy book to view it in readable format.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
Write a program to explain size error.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) what is the difference between AID and HANDLE AID?
What are the pertinent COBOL
What are declaratives and what are their uses in cobol?
What is the difference between comp and comp-3?
Mention the guidelines to write a structured cobol program?
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?
What are the access modes of START statement?
Which Search verb is equivalent to PERFORM…VARYING?
What are the different rules to perform a Search?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is difference between static and dynamic call in cobol?
What is redefines clause in COBOL?