can we print comp 3 stmts how ?

Answer Posted / amarnadh reddy

Another way is,

Use File-Aid, we can possible to see comp 3 stmts.

Ex: open File-Aid, 1st option means browse option. give
data set name and copy book layout and open F mode.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cobol?

728


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

641


Name the divisions, which are available in a cobol program?

668


In COBOL programming, what is PERFORM? What is VARYING?

660


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

859






I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1217


Can a Search can be done on a table with or without Index?

788


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2313


Explain about different table spaces.

626


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

654


What guidelines should be followed to write a structured cobol prgm?

651


How to print 10 to 1 if the input have only 10 digit number?

792


Can we redefine the field of x(200) to less than 200?

799


What is the difference between PIC 9.99 and PIC9v99?

760


What is the LINKAGE SECTION used in COBOL?

874