Hi Please try to be to-the-point.
1) How to INCLUDE a JCL segment in a JOB ? (A Small example)
2) What is SPOOL and what is SPOOL FULL ? and how to direct
the output of a Jobstep to SPOOL ?
Answer Posted / saisankar
i have 3 lines of jcl without jobcard.these 3 lines are
repetitively used by many members.
for reusability point of view these 3 lines are copied
according to the user.for write these 3 lines in member of
a pds.for copying
we write
//jobcard
// include membername
//sysin dd *
/*
//
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How do you submit a job for execution?
what is the purpose of coding notify parameter in job statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is SOC4 error?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are the difference between jcl and jes?
What is the function of the dd mgmtclas keyword in sms datasets?
How can a stopped job be started again?
How jcl work to handle various input output file operations?
Name the statement which can be used to send data to another mvs jes3 node?
what is “Cond= even” and “Cond=only”?
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?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the purpose of dd dummy statement?