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


Please Help Members By Posting Answers For Below Questions

can any one plzzzzzz tell the jcl code for creating ps using idcams

10517


What are steplib and joblib? What for they are used?

696


What does a disposition of (new,catlg,keep) for a dsn mean?

617


Explain the function of //cntl statement?

659


In sms datasets, what is the function of the dd mgmtclas keyword?

863






Must tape dataset definitions include vol=ser specifications?

983


What is the function of job statement in jcl?

636


What parameters can be used to limit the number of records written to a sysout dataset?

751


Describe the various parameters utilized in the creation of a gdg?

684


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5062


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1999


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

753


What is the difference between run mode and addressing mode?

636


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1668


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?

2221