SIGN TRAILING SEPARATE field occupy ?
Answers were Sorted based on User's Feedback
Answer / varun v
Correct..It occupies one additional byte..
But with one correction to Ans #1.
Here output of "sign trailing separate" is 1234+ and
output of "SIGN LEADING SEPARATE" is +1234.
Thanks
| Is This Answer Correct ? | 35 Yes | 2 No |
Answer / ficofil
Correct..It occupies one additional byte..
But with one correction to Ans #1.
Here output of "sign trailing separate" is 1234+ and
output of "SIGN LEADING SEPARATE" is +1234.
Thanks
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / shinoy sansilavose
it occupies one additional byte when it is specified with
signed variable declaration.
Example:
01 ws-num pic s9(04) sign trailing separate.
move '+1234' to ws-num
then the value will be stored as +1234.
| Is This Answer Correct ? | 13 Yes | 20 No |
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
HOw can I get the negative sign while deduct high value from low value
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
Mention the guidelines to write a structured cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between static call & Dynamic call?
How may divisions are there in JCL-COBOL?
Explain about Redefines cluse?
can we use COPY statement in w-s section? how?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
DATAONLY, MAPONLY functionality?