Answer Posted / sravani
yes. for copying symbolic map,dfhaid,dfhdmsca we r copying in the working storing storage section
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What type of SDLC u followed? Why?
What is cobol?
how do you reference the rrds file formats from cobol programs
How arrays can be defined in COBOL?
What is amode(24)?
) How do u handle errors in BMS macro?
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 ?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to print 10 to 1 if the input have only 10 digit number?
What is a SSRANGE and NOSSRANGE?
Explain how you can characterize tables in cobol?