what is the Difference between SYSIN and PARM ?
Answer Posted / muttaiah
Parm: is used to send only 100 chars max
Sysin: we can pass large amount of data. Say even a file.
when passing data from parm, there should be a linkage
section in cobol program.
whereas in case of sysin there should be an accept stmt for
each line in sysin.
Please do correct me if i'm wrong.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
How to submit jcl through a cobol program?
Explain dfsort utility?
Is it possible to define dd statements as you want?
which utility is used to sort a file in jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is JCL?
What is multithreading in jcl?
What is job control language?
What are hierarchy levels in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the purpose of coding notify parameter in job statement?
How do you submit a job for execution?
Name the statement which can be used to send data to another mvs jes3 node?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?