How will u give input data to cobol program apart from
PARM & Instream data?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / mdvasanth86
1.PARM
2.INSTREAM ( SYSIN DD * )
3. FILE
4. DATABASE
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
what error do we get in prodution support and questions on production support
How do you create a like table?
who will provide realtime projects for me on mainframe banking Or health care domain on bangalore."it's urgent for me" pls send uregent reply
What is Comp-2?
what are the ARRAY operations in rpg/400?
How can a like table be created?
How long have you been working on mainframes?
what is the difference between the jes2 and jes3
suppose I have 1000 rows in a db2 table. I want to update first 100 records, how do I do it?
how do u start your process after conducting impact analysis ?
What is the need to code commits in batch programs?
Can I redefine an x(100) field with a field of x(200)?