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


Please Help Members By Posting Answers For Below Questions

What is the format of comment statement?

668


Explain the purpose of the dd keylen parameter?

677


When output dataset space is required, what quantity categories are used?

832


What do you understand by the terms: joblib and steplib?

626


what is DSN in JCL and what are the parameters to declare the DSN?

718






I need exexution process for JCL programs

1851


when can a job time-out occur? How to overcome that?

753


which parameter is use to declare the name of dataset in dd statement?

737


Are there any set of rules for the names of the steps used in a job? What are they?

614


What are the difference between jcl and jes?

1050


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7603


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1986


how you will the direct the data to spool using sysout option?

1765


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

788