How do pass the values to the parameters in cobol

Answer Posted / naidu

You can pass the values to cobol program using 3 ways:
1.passing the parameters from SYSIN
2.using parm
3.using file

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write down the divisions of cobol program?

670


Are you comfortable in cobol or jcl?

643


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

708


Write the code to count the sum of n natural numbers.

698


HOw can I get the negative sign while deduct high value from low value

1788






i need a small 3d program using inline and outline.

1637


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1931


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1022


Why occurs cannot be used in 01 level in COBOL?

715


Explain about different table spaces.

648


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

710


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

2334


What are various search techniques in cobol? Explain.

645


What is a report item?

741