plz any one tell clearly the justify right clause?
Answer / yuvaevergreen
hi,
Whenever alphabetic or alphanumeric data is moved to a
variable, as per the standard alignment rules, the data is
aligned with the leftmost position in the variable. But
when the same variable is declared with justified clause,
the data would be stored with justified right clause.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
Define in-line perform?
what is mainframe? what is the mainframe software ? what is use in s/w field?
What is XDC ?
) How do u handle errors in BMS macro
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
how to run sub programs using static and dynamic call ...
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
Explain how to differentiate call by context by comparing it to other calls?
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable