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 / ravi
abc
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
Discuss about changing dataset name in proc.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between perform … with test after and perform … with test before?
Which Search verb is equivalent to PERFORM…VARYING?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How you can read the file from bottom?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Write the code to count the sum of n natural numbers.
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 ?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different types of condition in cobol and write their forms.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need