I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
16 33891I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
9 23816There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
9 18206How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
2 8661
How do you access an uncatalogued dataset in a jcl?
Can I share my data with other jobs? How?
What are hierarchy levels in jcl?
What dd statement is used to supply the name of a dataset?
What is the function of dd name parameter with a 2 part structure; audit.report?
How can a jobs execution priority be modified?
In job processing, what happens in conversion stage?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are steplib and joblib? What for they are used?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain about LMQUERY�give a dialog information about a data set
How to submit a jcl from cics?
I need exexution process for JCL programs