How can I pass inputs to job through JCL without using "PARM" and "SYSIN DD *" statement.
Question asked by visitor yogesh
How can I pass inputs to job through JCL without using "PARM" and "SYSIN DD *" statement.
Question asked by visitor yogesh
SYSIN DD DATA can be used.
u can pass input by using
//sysin dd *
rakesh
rajesh
1234
/*
also using //sysin dd data