plz any one tell clearly the justify right clause?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between static and dynamic call in cobol?

1013


How do u write test cases?

1814


Write a program to enter and display the names of students in a class using the occurs clause.

911


What are the different rules of SORT operation?

890


What are the cobol coding sheets?

858


Name the sections present in data division.

894


how do you reference the printer file formats from cobol programs

880


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

918


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.

1345


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1871


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6077


how do you reference the fixed unblock file formats from cobol programs

916


Which is not true about evaluate statement

2083


What are all the divisions of a COBOL program?

879


What are the different data types in cobol?

1035