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
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How do get the result of your program directly on your pc?
what is the use of outrecord?
Which division and paragraphs are mandatory for a COBOL program?
For rewrite, why is it mandatory that file needs to be opened?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between external and global variables in COBOL?
What are declaratives and what are their uses in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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.
What is the compute verb? How is it used?
Write a program that uses move corresponding.
I have a File that has duplicate records. I need only those records that occur more than thrice.?