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 are the parameter we cannot use in procedure?
How do you create a temporary dataset?
A dd statement consists of 4 fields. Name them?
What do you understand by the term notcat 2 – gs?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
In job processing, what happens in execution stage?
What are the difference between jcl and jes?
in ways data can be passed to a COBOL program from JCL?
What is the syntax of JCL statement?
Is acct parameter mandatory?
How does jcl act on code(if you take a cobol program)?
Which statement is used to identify the private libraries in job?
how to compare two datasets without using superce because output is limited to 133 bytes