How can a job send a status message to a tso user at the completion of a job?
Answer Posted / mouparna roy
NOTIFY=USER_ID
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Differentiate between the joblib and the steplib statements?
Explain the hierarchy levels in jcl?
Is it possible to code instream data in a PROC?
Brief description of inline procedure of jcl.
Define concatenating?
What are the parameter we cannot use in procedure?
How can an in-stream dataset be terminated?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how can you check if a file is empty using jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
what are the various stages of job processing?
How can a fb file convert to vb file using sort program?