i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
Answer Posted / kingmanish
infinite loop.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
What is the difference between perform … with test after and perform … with test before?
What is the LINKAGE SECTION used in COBOL?
How you can read the file from bottom?
What is the use of intialize verb?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is a SSRANGE and NOSSRANGE?
In COBOL programming, what is PERFORM? What is VARYING?
Can a Search can be done on a table with or without Index?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is perform what is varying?
What is rmode(24)
how do you reference the rrds file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?