For how long a job can be executed continuously in a mainframe ?
Answers were Sorted based on User's Feedback
How to Enter The Spool Area In Real Time?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
what is d/f b/w sysout & sysprint
what is meant by jobtrac?
Is automatic restart possible in jcl?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
what sort card you will use to copy the data from one dataset to another dataset?
What is STEPLIB, JOBLIB? What is it used for?
What is the difference between the positional and keyword parameters? Give examples.
What does a disposition of (MOD,DELETE,DELETE) mean ?