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 / satish
01 a pic -9(5) value -12345
Answer : either of the below :
01 a pic -9(5) value -12345 will working without any
changes or
01 a pic 9(5) value -12345 leading seperate
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are declaratives and what are their uses in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
When is inspect verb is used in cobol?
What are the various section in data division and briefly explain them.
Which mode is used to operate the sequential file?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do get the result of your program directly on your pc?
Can we change the password using ALTER? anyone tried and changed?
What do you understand by psb and acb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different rules for performing sort operation?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What the difference is between continue and next sentence?