1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / sandhya
so after mentioning typrun=scan in JOB card? do we need to submit the JCL? I suppose only after submitting the jcl we will get the list of errors if any?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the JCL statement consists of?
What do you understand by the term job time – out and how can you overcome that?
which parameter is used to check the syntax of a jcl without executing it?
Explain how can return codes be tested before execution of a job step?
Explain the function of //cntl statement?
when can a job time-out occur? How to overcome that?
What is the purpose of dd?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the function of //jcllib statement?
What is the function of //jcllib statement?
which utility is used to run a cobol-db2 program?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what are the types of abends that occur on job failure? And explain the possible causes of these
what is use of dsn parameter in dd statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?