What is the use of ikjeft1b utility in jcl?
Answer / priyanka
Ikjeft1 is the TSO/E program. You use it whenever you wish to perform a TSO function within a batch job. It allows you to perform any TSO function.
| Is This Answer Correct ? | 0 Yes | 1 No |
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
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
In SPACE,what is directory,RLSE
Why we will create load module in PDS only, Why nt in PS?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
What does the one advantange of using IEBUPDTE?????
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
What are the differences between JES2 & JES3 ?
What are the utility programs in jcl?
Explain COND used in JCL?
how to eliminate the duplicates in sorting