can anyone explain me the concept of COMP-4 PLEASE??
Answer Posted / kannan
its similar to comp
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the LINKAGE SECTION used in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the rrds file formats from cobol programs
Mention the guidelines to write a structured cobol program?
What is amode(24)?
Write the code to count the sum of n natural numbers.
Why did you choose to work with ibm mainframe cobol programming?
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.
How do get the result of your program directly on your pc?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the printer file formats from cobol programs
What is the usage of comp fields in cobol?
What is the difference between perform … with test after and perform … with test before?