Answer Posted / guest
You can use fileaid to see those values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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?
What parameter directs the output of the job log dataset?
Explain the jcl exec statement?
What is the format of comment statement?
Explain the hierarchy levels in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How does jcl act on code(if you take a cobol program)?
what is use of space parameter in dd statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How gdg are concatenated?
Explain dfsort utility?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is use of restart and how to use it?