Answer Posted / ankit
evaluate is used to reduce the complexity of IF ELSE
statements .both of two are condition handling statements
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
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?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is static and dynamic call in cobol?
How can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is amode(24)?
What is the difference between Call and a Link?
Write a program to enter and display the names of students in a class using the occurs clause.
how to convert the recors form vsam file to db2 table tru file aid
What is the usage of comp fields in cobol?
How you can characterize tables in cobol?
What are 77 levels used for?
what are decleratives in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example