When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
6 20416//{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 19747Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
2 9308Can anyone tell me the syntax for printing two files at two different destinations in a single step?
3 8109In 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 19898I 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 14955what 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 22970Can 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 43430hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
2103Can 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 12658
Is it possible to left uncode disp?
Explain about LMFREE�free data set from its association with data ID
how JCL works?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain in DD statement what is the use of DCB parameter?
What is the difference between run mode and addressing mode?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Is their any limit for data sets?
A dd statement consists of 4 fields. Name them?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How dummy is used in jcl?
Mention the types of job control statements?
How does jcl act on a cobol code?
Explain how can a stopped job be started again?