Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
HSBC,
3 19006Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
1 8851the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
IBM,
7 26310i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
DELL,
4 21352how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
1 4787i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
2 6847what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
1 3900In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
TCS,
2 20740i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
2 7480
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is use of disp parameter in dd statement?
Explain how can return codes be tested before execution of a job step?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is the use of IEBGENER utility?
Explain how can a stopped job be started again?
what is the use of JCL?
How gdg are concatenated?
What is the function of the dd dcb keyword?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
What do you know about jcl?
What are the 4 fields in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams