i have a requrement in A as viswa!@#$%&^**reddy i need to
move viswareddy in B without junk values pls say how to do
ths reply fast
Answer Posted / vinod
01 a pic x(19) value 'viswa!@#$%&^**reddy'.
01 b pix x(11).
procedure division.
move a(1:5) to b(1:5).
move a(15:5) to b(6:5).
display b.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Name the sections present in data division.
Describe the cobol database components?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
For rewrite, why is it mandatory that file needs to be opened?
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 ?
what is the use of outrecord?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
IF I mention stop run in CICS what happens?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between external and global variables in COBOL?
What are all the divisions of a COBOL program?
how to refer the data field?
how do you reference the fixed unblock file formats from cobol programs
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the variable unblock file formats from cobol programs