in cobol perform stmt whether it first checks the condition
or not
Answer Posted / raghunathareddy
first cond checks
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between comp and comp-3 usage?
Which is not true about evaluate statement
example for sub strings ? and refernce modifications whit output pls
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is inspect in cobol ?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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?
Can a Search can be done on a table with or without Index?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is difference between cobol and cobol/400
How do you get the data to code the BMS macro?