Answer Posted / thoms
comp
comp4
comp5
all of above stated usage clauses are used by cobol prog's
to store numeric values in a binary data formate inorder to
efficiently use memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is amode(31)
What is the utilization of copybook in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What kind of error is trapped by on size error option?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is redefines clause in COBOL?
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.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?