Answer Posted / ajeet
I think the maximum numeric size allowed for numeric
is s9(18)comp-3.
correct me ?
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
Which Search verb is equivalent to PERFORM…VARYING?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is difference between static and dynamic call in cobol?
What is the Purpose of Pointer in the string?
Explain how you can characterize tables in cobol?
What are 77 levels used for?
what is difference between cobol and cobol/400
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
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 sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
IF I mention stop run in CICS what happens?
What is the difference between comp and comp-3?
Define static linking and dynamic linking.