When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
6 20684//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
2 19873Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
2 9431Can anyone tell me the syntax for printing two files at two different destinations in a single step?
3 8255In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
10 20273I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
8 15234what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
5 23145Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
3 43612hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
2142Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
4 12807
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain about ISPF/TSO Commands
What is catelog procedure and how many catelog procedure to use in one job?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Can I send output of job to my remote device careerride123?
What is the purpose of dd * statement in jcl?
Define concatenating?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Can I share my data with other jobs? How?
What are the parameters that are used in creating a gdg?
how can you check if a file is empty using jcl?
What are steplib and joblib?
How does jcl act on code(if you take a cobol program)?
How to pass the parameter in parm using linkage section ? (syntax)?
How does jcl specify the job to the operating system?