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 |
how to get last 100 records in file-aid?
Tell me abt any another framework which is challening for Ibm framework
01 A 02 B occurs 10 times 03 C pic 999. 03 D occurs 15 times 04 E pic 999. 04 F occurs 20 times 05 G pic XXX. 05 H pic 99. Determine the total no of byte in A. A) 175 B) 15480 C) 21750 D) 9065
Have you caused any huge mistakes for the bank?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
Can I redefine an x(100) field with a field of x(200)?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
what are the common errors that occured while programming in AS/400?
how to check the jobs submitted by other users in the spool. Which command has to be used to check the jobs submitted .
3 Answers HCL, IBM, Mannar Company,
how to get the last record in vsam file in cluster? And how can u get the ksds file records into ur cobol program?
Explain isolation level?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?