what is the Difference between SYSIN and PARM ?
Answer Posted / swathi
Also, in SYSIN we can give the data directly. But when you
are using PARM, the data is passed with the help of linkage
section to corresponding program.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
what are the various stages of job processing?
what are JCLLIB and STEPLIB in JCL?
How can a stopped job be started again?
What are the 2 types of parameters in dd statement?
what is use of disp parameter in dd statement?
What is the function of job statement in jcl?
how can the same proc be re-used and called by many jobs?
What is the function of the dd dcb keyword?
How to run cobol program using jcl?
how JCL works?
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
Is automatic restart possible in jcl? If yes, how?
How jcl is used for testing batch programs?
Where can program checkpoints be stored for use in a restart?