What is the difference between perform … with test after and perform … with test before?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array

3 Answers   ADP,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

0 Answers  


What type of Call you would use if you don;t want the control back to the calling program?

8 Answers   TCS,


I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.

1 Answers  






what is linkcard in cobol?

1 Answers   TCS,


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


What is an explicit scope terminator?

3 Answers  


Write a cobol program making use of the redefine clause.

0 Answers  


COMP-3 field occupy ?

8 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


What is difference between comp & comp-4?

6 Answers  


Categories