Answer Posted / karthik
by using restart option we can execute
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
What is timing concept in mainframe?
Which dd parameters are required?
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?
Name the statement which can be used to send data to another mvs jes3 node?
Can I share my data with other jobs? How?
Is automatic restart possible in jcl? If yes, how?
What are hierarchy levels in jcl?
Is acct parameter mandatory?
What do you know about jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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 happens if both JOBLIB & STEPLIB is specified ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?