what is the Difference between SYSIN and PARM ?
Answer Posted / saisankar
there are two ways to send data to the application prog.
1)parm (for small amount of data)
2)sysin(for large amount of data)
1)parm: is used to send the data to application prog
(eg;.cobol)
upto 100 characters.
2)sysin:is used to send the data to application prog
(eg;.cobol)
large amounts.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How can an in-stream dataset be terminated?
Explain the function of the dd dcb keyword?
when does a dataset go uncataloged?
Explain how can the attributes of one sms dataset be copied to another dataset?
How do you access an uncatalogued dataset in a jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is timing concept in mainframe?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain how can an in-stream dataset be terminated?
Define concatenating?
What is the function of the dd dcb keyword?
Differentiate between the joblib and the steplib statements?
what are JCLLIB and STEPLIB in JCL?
How can the attributes of one sms dataset be copied to another dataset?