Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
HSBC,
3 18596Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
1 8711the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
IBM,
7 25798i 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 20931how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
1 4634i 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 6606what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
1 3745In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
TCS,
2 20339i 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 7264
Why block size is multiple of lrecl in jcl?
What is the use of symbol // in jcl?
How does jcl act on code(if you take a cobol program)?
For what purpose steplib and joblib are used ?
how to run batch program without jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
In sms datasets, what is the function of the dd avgrec keyword?
What is the function of the dd avgrec keyword in sms datasets?
which parameter is use to declare the name of dataset in dd statement?
Name what parameter directs the output of the job log dataset?
Explain about ISPF/TSO Commands
What is the function of dd disp parameter?
What do you understand by the term job time – out and how can you overcome that?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?