what are the ways of passing data to a cobol program from jcl?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
what are the statements that are not valid to be included in an include statement?
What are the parameters that are used in creating a gdg?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
in ways data can be passed to a COBOL program from JCL?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
What is dummy parameter in JCL??
How to alter the parameters for the existing gdg?
which are the parameters mandatory in job card ?
What is 'S0C7' abend?
what are the options in file-aid to edit vsam dataset and to compare data sets.