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
What is difference between static and dynamic call in cobol?
How do u write test cases?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different rules of SORT operation?
What are the cobol coding sheets?
Name the sections present in data division.
how do you reference the printer file formats from cobol programs
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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.
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.
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.
how do you reference the fixed unblock file formats from cobol programs
Which is not true about evaluate statement
What are all the divisions of a COBOL program?
What are the different data types in cobol?