What is the default value(s) for an initialize and what keyword allows for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between comp and comp-3 usage?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Without using move verb how to move one variable to another.
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
What is SQL Code -904 and -903 in DB2 And how to handle it?