in cobol perform stmt whether it first checks the condition
or not
Answer Posted / pradeep reddy
in cobol perform statement first checks the
condition ,condition is false then checks the statement ,
condition is true control goes outside
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
In COBOL programming, what is PERFORM? What is VARYING?
HOw can I get the negative sign while deduct high value from low value
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...)
how to convert the recors form vsam file to db2 table tru file aid
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you differentiate between cobol and cobol-ii?
Have you used comp and comp-3 in your project? And how?
What is the difference between comp and comp-3?
Give some examples of command terminators?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is report-item in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
IF I mention stop run in CICS what happens?