Suppose i want to declare a binary comp fild of 7 byte .how
to write?
Answer Posted / sky
you would declare it as s9(7) comp
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
) what is the difference between AID and HANDLE AID?
What is amode(31)
Define static linking and dynamic linking.
What type of SDLC u followed? Why?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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
Mention the guidelines to write a structured cobol program?
Can a Search can be done on a table with or without Index?
What is amode(24)?
Write the code to count the sum of n natural numbers.
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.
Which Search verb is equivalent to PERFORM…VARYING?
how do you reference the variable unblock file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?