When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
6 20441//{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 19753Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
2 9316Can anyone tell me the syntax for printing two files at two different destinations in a single step?
3 8115In 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 19914I 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 14970what 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 22976Can 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 43438hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
2107Can 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 12670
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
In job processing, what happens in execution stage?
What do you understand by the terms: joblib and steplib?
which parameter is used to check the syntax of a jcl without executing it?
What is Cataloged Procedures?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is it possible to code instream data in a PROC?
What is job control language?
What is the format of comment statement?
Explain the function of //cntl statement?
Where & How Do You Code Identifier In Jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What do you know about jcl?
How would you understand error(execution phase)?
Must tape dataset definitions include vol=ser specifications?