What are all the divisions of a COBOL program?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
which is better comp or comp-3 in terms of memory utilization?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
what is search and searchall?what is the diffrence between them?give an best example?
what is scope terminator
how to display the dataset information?
A s9(4). B v9(4) value 0.21 can i move this?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
S9(5)V9(2) occupies how many bytes memory ?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?