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 |
Explain identify whether a call statement is a static or dynamic call?
What is linkage section?
In DB2 Large OBJECTS(lob) COLUMNS ARE USED TO STORE LARGE OBJECTS(DOCUMENTS,PICTURES) IN DATABASE.WHICH OF THE FOLLOWING CLAUSES CANOT BE USED ON LOB COLUMNS? A)GROUPBY B) HAVING C)ORDERBY d) NONE OF THE ABOVE WHICH MQ COMPONENT IS ESSENTIAL IN DISTRIBUTED SYSTEM MESSAGING? A)MQSERVER B)CHANEL C)CLUSTER D)QLOCAL E)QREMOTE IN THE MVS WORLD,COBOL INTRODUCED POINTERS TO THE COBOL.WHICH OF THE FOLLOWING STATEMENT IS TRUE ABOUT COBOL POINTERS? A) A COBOL POINTER CAN POINT TO ANY KIND OF OBJECT. B)COBOL POINTER DOSENOT ALLOW POINTER ARTHEMITIC. A)A b)b C)BOTH A AND B D) NONE WHAT IS THE NAME OF THE JOB THAT HAS AN ADRESS SPACE IDENTIFIER(ASID) OF ONE? what is the cics commands to enable writing mixed characters in cics region? a)cemt caps off b)caps off c)ckti d)ceot tra e)ceot caps off
how to get the last record in vsam file in cluster? And how can u get the ksds file records into ur cobol program?
Can you define path?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B
What is database descriptor?
Explore the syntax of the evaluate statement?
Can we move alphanumeric incentive to the numeric field?
What is meant by drda?
What is mainframe application testing?
What is distributed relational database architecture? And components?