The below is the declaration for a variable ws
01 ws pic 9(3).
if you want to insert space how will you do that.
in which level u should do it
Answer Posted / sdexcellent@yahoo.co.in
01 ws-new redifines ws pic x(3).
in level 01 only
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What are 77 levels used for?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
IF I mention stop run in CICS what happens?
What type of SDLC u followed? Why?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Name the sections present in data division.
What is report-item in COBOL?
Have you used comp and comp-3 in your project? And how?
In COBOL, what is the different between index and subscript?
What are different data types in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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 ?