88 level entry is used for
(a) data items in WORKING-STORAGE SECTION
(b) items with RENAMES clause
(c) condition-names
(d) None of the above
Answer Posted / paddy
c
66- remane
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
What is the use of intialize verb?
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?
Which Search verb is equivalent to PERFORM…VARYING?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is a scope terminator give example?
What is perform what is varying?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between binary search and sequential search?
How arrays can be defined in COBOL?
What is amode(24)?
What is static and dynamic call 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 do u code after getting data?
How can you get the ksds file records into your cobol program?