01 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?
Answer Posted / prasanna
b value is abc
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
Name some of the examples of COBOl 11?
Mention the guidelines to write a structured cobol program?
Which division and paragraphs are mandatory for a COBOL program?
How you can characterize tables in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a report item?
How do define dynamic array in cobol.
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 ?
Write a program to explain size error.
How to know whether the module is dynamical or statistical?
What kind of error is trapped by on size error option?
What is inspect in cobol ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different types of condition in cobol and write their forms.