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


Please Help Members By Posting Answers For Below Questions

What is a scope terminator give example?

735


What is redefines clause in COBOL?

927


) How do u handle errors in BMS macro?

1514


How to know whether the module is dynamical or statistical?

750


How are the next sentence and continue different from each other?

875






What rules are to be followed while using the corresponding options?

725


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1047


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

774


What are different data types in cobol?

790


What is difference between static and dynamic call in cobol?

903


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2116


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

729


Why did you choose to work with ibm mainframe cobol programming?

730


how do you reference the ksds vsam file formats from cobol programs

752


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11130