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
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.
For rewrite, why is it mandatory that file needs to be opened?
What is rmode(any) ?
Are you comfortable in cobol or jcl?
How you can characterize tables in cobol?
What is a SSRANGE and NOSSRANGE?
Which division and paragraphs are mandatory for a COBOL program?
how can i see junk values in dclgen or in hostvariable of comp ?
How to remove 2 duplicate records and copy only one using job control language?
How can you get the ksds file records into your cobol program?
What is link edit in cobol?
What are the different rules for performing sort operation?
how do you reference the esds vsam file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Can we change the password using ALTER? anyone tried and changed?