how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
Answer Posted / guest
for mainprogram it ends with stoprun,subprogram ends with
exit
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How arrays can be defined in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the various section in data division and briefly explain them.
How to know whether the module is dynamical or statistical?
IF I mention stop run in CICS what happens?
how do you reference the variable block file formats from cobol programs
What is inspect in cobol ?
Explain how you can characterize tables in cobol?
What is report-item in COBOL?
explain sorting techniques in cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is difference between static and dynamic call in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example