Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
HSBC,
3 18783Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
1 8783the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
IBM,
7 26045i 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 21139how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
1 4703i 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 6729what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
1 3824In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
TCS,
2 20531i 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 7363
Are there any set of rules for the names of the steps used in a job? What are they?
What is the function of the dd dcb keyword?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What happens if both JOBLIB & STEPLIB is specified ?
How would you understand error(execution phase)?
what happens in execution stage in job processing?
List the different components of jcl statement?
Is it possible to left uncode disp? If yes, how?
Does jcl support automatic restart?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
how would you create a temporary dataset? And where will you use them?
Why block size is multiple of lrecl in jcl?
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?