Answer Posted / puja
it will take 4 byte
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Which is not true about evaluate statement
how do you reference the fixed unblock file formats from cobol programs
How you can characterize tables in cobol?
) How do u handle errors in BMS macro?
What is link edit in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
how to move the records from file to array table. give with code example
what is s000 u4087 error? please give the all error codes in cobol,jcl.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
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?