what is the function of iebcompr?....is it compare record
length or characteristics of a dataset?...pls explain with
examples.......
Answer Posted / vinay sonar
It compares data set based on its record
length,size,members in case of pds.
If record length is same you get MAXCC 0 or else either 4
or 8 i dont remember
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the types of abends that occur on job failure? And explain the possible causes of these
List the various advantages of using jcl language?
Explain the function of //cntl statement?
Explain about LMQUERY�give a dialog information about a data set
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain how can a stopped job be started again?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
List the different components of jcl statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the function of dd disp parameter?
Explain in DD statement what is the use of DCB parameter?
What is one line to pass PARM from JCL to COBOL?
What happens if both JOBLIB & STEPLIB is specified ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?