plz any one tell clearly the justify right clause?



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

Post New Answer

More COBOL Interview Questions

What is amode(31)

0 Answers  


How to pass return codes from cobol to jcl?

5 Answers  


hw to create 3 dimensional array & hw to access it?

1 Answers  


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  






if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.

2 Answers   TCS,


. How do we cast a variable in COBOL

1 Answers   HSBC,


how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,


study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid

4 Answers   TCS,


How To move a value to an array using move verb?

3 Answers   IBM,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


Categories