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 |
Why do you need a secondary index in an ims?
How much memory does variable of 6 decimal (15, 2) take in PL/1?
What are the mainframe computing pros and cons?
88 level entry is for
7 Answers Accenture, Cognizant, EDS, Wipro,
Why are you looking for a change?
what is the other verb for release and write ?
Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines a. 03 c occurs 6 times pic 9. 02 d occurs 4 times. 03 e pic x(5). 03 f pic 999. a)38. b)44 c)14 d)32
Can you define a gdg?
what is the meaning of notcat 2?
how to get last 100 records in file-aid?
how to find a "source of particular program"?
What is drda ?