How will u give input data to cobol program apart from
PARM & Instream data?

Answers were Sorted based on User's Feedback



How will u give input data to cobol program apart from PARM & Instream data?..

Answer / ravi

Hey Dude,

You can use files for that.

Is This Answer Correct ?    8 Yes 2 No

How will u give input data to cobol program apart from PARM & Instream data?..

Answer / santy

u can give input data to cobol program in different ways,

1> using PRAM parameters,
2> Instream data(cobol programe takes value from JCL)
3> by using file.

Is This Answer Correct ?    7 Yes 2 No

How will u give input data to cobol program apart from PARM & Instream data?..

Answer / siva

By using control cards.
This is a simple PS file or a member of PDS

Is This Answer Correct ?    4 Yes 0 No

How will u give input data to cobol program apart from PARM & Instream data?..

Answer / poonam

1> using PRAM parameters,
2> Instream data(cobol programe takes value from JCL)
3> by using file.
4> by using accept , we can put data from keyboard

Is This Answer Correct ?    2 Yes 1 No

How will u give input data to cobol program apart from PARM & Instream data?..

Answer / mdvasanth86

1.PARM
2.INSTREAM ( SYSIN DD * )
3. FILE
4. DATABASE

Is This Answer Correct ?    1 Yes 0 No

How will u give input data to cobol program apart from PARM & Instream data?..

Answer / sridharreddy

Hi friends,
We can pass the data to the cobol program through
the jcl dd statement
//DD SYSIN *
we pass data after this statement.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

How to resolve SOC4 & SOC7 errors?

3 Answers  


Explain a linkage segment

0 Answers  


Explain foreign keys?

0 Answers  


State all the file open modes?

0 Answers  


whose product is x-peditor ?

1 Answers  


HOW to change the coloumns in XREF?

0 Answers  


Explain index cardinality?

0 Answers  


IF a file has 10-members how do you process all of them? using CL& USING RPG?

1 Answers  


What is the maximum value that can be stored in s9(8) comp?

0 Answers  


pic S9(4) results 3 bytes1 A) comp B) comp1 C) display D) comp3

2 Answers   Accenture,


Total no of bytes in the following 01 rec-1 02 first-group 03 a1 pic x(4). 03 a2 pic 99. 02 second-group redefines first-group. 03 A3 pic999. 03 A4 pic 999. 02 third-group. 03 A5 occurs 5 times pic 99. A)22 B)16 C)12 D)10

3 Answers   Accenture,


Which is the difference between delimited by size and delimited by space?

0 Answers  


Categories