01 a pic s9(5) value -12345,
if we disply a , the sign will overpunched with last digit
but i need to get the miuns sign in the result?
Answer Posted / sowjanya
give like below.
DISPLAY A SIGN LEADING SEPARATE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
Mention the guidelines to write a structured cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How can you get the ksds file records into your cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between Call and a Link?
What are the different types of condition in cobol and write their forms.
HOw can I get the negative sign while deduct high value from low value
Write the code implementing the perform … varying.
how to move the records from file to array table. give with code example
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how to convert the recors form vsam file to db2 table tru file aid
How do we get current date from system with century in COBOL?
What is the difference between next sentence and continue in cobol programing language?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..