Name the parameters which can be used to limit the number of records written to a sysout dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
Min no of member?s (PDS) in one directory block?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
How does jcl specify the job to the operating system?
Explain dfsort utility?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
Can we create VSAM file by using IEBGENER?
how to eliminate the duplicates in sorting
How to ALTER the name of a GDG ?