I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
16 33825I 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 23774There 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 18172How 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 8648
What is the significance of addrspc parameter in exec statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
Can we use DISP=SHR in output file in JCL
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
which parameter is use to declare the name of dataset in dd statement?
Explain how can return codes be tested before execution of a job step?
i want to store 20 digits . how will u do it in cobol ?
Why block size is multiple of lrecl in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is the JCL statement consists of?
Explain the function of dd disp parameter?
How can a stopped job be started again?
What is timing concept in mainframe?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How does jcl specify the job to the operating system?