how many max steps can we use in a job? pls answer to my
question
Answer Posted / deepu
255
| Is This Answer Correct ? | 69 Yes | 2 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
what is use of space parameter in dd statement?
what are the various stages of job processing?
What do you know about jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the difference between the positional and keyword parameters? Give examples.
Explain how can values be passed from the job stream to an executable program?
What is notcat 2 - gs?
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 is the function of the dd mgmtclas keyword in sms datasets?
How to do automated restart when a job abend?
What is the difference between run mode and addressing mode?
What is the significance of addrspc parameter in the exec statement?
How is a type of file defined in the jcl that executes the cobol program?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file