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

Can you define path?

0 Answers  


error code 7030 cpf7030 what is the level check error

1 Answers  


what is the difference between the jes2 and jes3

2 Answers  


Can records be accessed randomly in esds?

0 Answers  


In a test environment, is there a need to run a runstats?

0 Answers  






what is the meaning, the advantages and which are the types of evaluate statement?

0 Answers   IBM,


In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.

2 Answers   Accenture,


How do you interact with your onsite coordinator?

2 Answers  


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

0 Answers  


by using xpeditor if i want to debug the sub pgm ? how canu code in xped for main pgm and sub pgm ? wht is the debugging process ?

1 Answers   Syntel,


What will happen if both steplib and joblib are determined?

0 Answers  


in RTVMBRD  where you will find no.of records....(i mean in which attribute)?

1 Answers   JDA,


Categories