i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?
what happens when a copybook variables are declared using include statement ?
How we copy a program from production region to development region.What is the process & syntax ?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
When is inspect verb is used in cobol?
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?
What is the size of s9(19)comp3? explain
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
What is rmode(24)
how can we find total no of records in a file ....is there any utility......?
1.What is the default print format in cobol?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
How can we pass data from cobol to JCl?