01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / vikas p o
First thing, when write this code and compile will it
compile sucessfully. If it compiles sucessfuly then if run
JCL will it give SOC7 or not.
Did test it but got error during compliation something like
"MOVE DID NOT FOLLOW COMPATIBILITY RULES".
Ppl can add to this...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
Write a cobol program making use of the redefine clause.
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 ?
Name the divisions, which are available in a cobol program?
State the various causes of s0c1, s0c5 and s0c7.
How you can characterize tables in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is rmode(24)
What the difference is between continue and next sentence?
IF I mention stop run in CICS what happens?
Can we change the password using ALTER? anyone tried and changed?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Explain about different table spaces.
How do you reference the fixed block file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?