Mainframes gets a text file that contains the name of the
file. Now using JCL i want to locate that file name in the
mainframe system and perform further processing. Please tell
how to proceed
No Answer is Posted For this Question
Be the First to Post Answer
How can unused space allocation be returned to the system when a dataset is closed?
What do you understand by the term job time – out and how can you overcome that?
What do you know about jcl?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
wht happens if cond=true ? pls give me with an example ?
Explain about LMINIT - generate a data ID for a data set
what are the options in file-aid to edit vsam dataset and to compare data sets.
List in order the hierarchical levels of jcl?
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 do you pass parameters to the program as the job is being executed ?
For what purpose steplib and joblib are used ?
Is it possible to code instream data in a PROC?