Answer Posted / biprajit
To empty a file in JCL you can use IEBGENER;
Sysut1 dd dummy
Sysut2 dd dsn=filename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How can return codes be tested before execution of a job step?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the function of job statement in jcl?
How can values be passed from the job stream to an executable program?
a dd statement has 2 types of parameters. Name them?
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 would you create a temporary dataset? And where will you use them?
How can the submitting users racf authority be overridden in a job stream?
Explain the hierarchy levels in jcl?
How does jcl act on code(if you take a cobol program)?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is DD statement is used in JCL?
How to override loadlib?
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' ?