what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
2 10668Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
HSBC,
3 8926in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
HSBC,
4 10323Which COND paramter will u use to execute the step only if the previous step does not execute
3 7768
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How does jcl act on a cobol code?
What do you understand by the term job time – out and how can you overcome that?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What are the parameter we cannot use in procedure?
How to do automated restart when a job abend?
What is multithreading in jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
a dd statement has 2 types of parameters. Name them?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain how can an in-stream dataset be terminated?
What is the function of a dd statement?
how do you access an uncataloged dataset in a jcl?
what is “Cond= even” and “Cond=only”?
Is it possible to left uncode disp?