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

Write the difference between hidam and hdam databases?

0 Answers  


How do you find whether any generations exist under a gdg base?

0 Answers  


how do u start your process after conducting impact analysis ?

0 Answers   TCS,


What is database descriptor?

0 Answers  


how can we describe comp sync?

0 Answers   IBM,






Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?

0 Answers   IBM,


HAI I HAVE FINISHED MAINFRAME TRAINING.IM B.E 2006 PASSED OUT FRESHER.IF U HAVE ANY OPENINGS FOR MAINFRAME FRESHERES PLEASE CONTACT MY EMAIL ID MY ID IS sankari_hema2005@yahoo.com

3 Answers  


What is next sentence and continue unique?

0 Answers  


Can I redefine an x(100) field with a field of x(200)?

0 Answers  


Can you explain function of dbctl?

0 Answers  


How many types of evaluate statements are available?

0 Answers  


What is use of IBM framework?

0 Answers   IBM,


Categories