How do pass the values to the parameters in cobol

Answer Posted / sushant kumar mohanty

1) PARM (Receive in Linkage Section)
2) SYSIN DD* (Receive with ACCEPT statement)
3) Files ( Declare/Define/Open in the program)

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by psb and acb?

661


When is inspect verb is used in cobol?

671


Can we change the password using ALTER? anyone tried and changed?

1542


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


What is the difference between external and global variables in COBOL?

811






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

708


explain sorting techniques in cobol program?

686


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2728


Write a program that uses move corresponding.

668


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713


How you can characterize tables in cobol?

710


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

712


example for sub strings ? and refernce modifications whit output pls

1843


Write a cobol program making use of the redefine clause.

726


what happens if parmparameter passes zero bytes to the program

1659