How do pass the values to the parameters in cobol

Answers were Sorted based on User's Feedback



How do pass the values to the parameters in cobol..

Answer / 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

How do pass the values to the parameters in cobol..

Answer / 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

More COBOL Interview Questions

2)Where the Plan is located in CICS-DB2?

1 Answers   IBM,


How much salary you are expecting? If they ask in an interview, what we have to tell?

6 Answers   Tech Mahindra, Wipro,


When can the USING phrase be included in the call statement ?

2 Answers  


How to recover a deleted source physical file from library?

1 Answers   HCL,


if you give cylinder(1,1)how many cylinders it will be allocate?

3 Answers   Hewitt,






how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,


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

0 Answers  


Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


What is the difference between a subscript and an index in a table definition?

3 Answers   TCS,


wht is packed decimal in cobol

2 Answers  


how many bytes does s9(7)COMP-3 field occupies?

6 Answers   ADP,


If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


Categories