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
Explain about different table spaces.
how do you reference the ksds vsam file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
Give some examples of command terminators?
Name the sections present in data division.
What are different data types in cobol?
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 can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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?
How do u write test cases?
How to print 10 to 1 if the input have only 10 digit number?
IF I mention stop run in CICS what happens?
What is the difference between perform … with test after and perform … with test before?
What are the different rules to perform a Search?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?