How would the number +1234 be stored if a PIC clause of
PICTUREs9(4) comp-3 were used?
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What rules are followed by the search verb.
What is difference between static and dynamic call in cobol?
What is the local-storage section?
Whats the difference between search & search ALL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Write the code to count the sum of n natural numbers.
What are the rules of the move verb?
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
Which Search verb is equivalent to PERFORM…VARYING?
What is rmode(24)
How do define dynamic array in cobol.
What is the difference between Global and External Variables?
What do you understand by psb and acb?