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
How can the submitting users racf authority be overridden in a job stream?
Can I share my data with other jobs? How?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of the dd dcb keyword?
How jcl is used for testing batch programs?
Which statement is used to identify the private libraries in job?
What are hierarchy levels in jcl?
When output dataset space is required, what quantity categories are used?
Is it possible to left uncode disp? If yes, how?
In sms datasets, what is the function of the dd avgrec keyword?
Where & How Do You Code Identifier In Jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what are the types of abends that occur on job failure? And explain the possible causes of these