How will u give input data to cobol program apart from
PARM & Instream data?
Answer Posted / 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 |
Post New Answer View All Answers
List the type of locks?
how can we describe comp sync?
Tell me abt any another framework which is challening for Ibm framework
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
What is mainframe testing?
how do we describe cataloged procedure and an instream procedure?
what are the common errors that occured while programming in AS/400?
Give the format of using and giving in sort statement. What are the restrictions with it?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
What is meant by comp-3 and what is it used for?
Explain isolation level?
Express the distinction between jes2 and jes3?
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
How many bytes does a s9(7) sign trailing separate field occupy ?
If DB2 query returns in null value, how do you work with it in PL/1?