What do you feel makes a good program?
Answer / guest
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
wht do u mean by notify parameter, how can u give acess to multiple users ?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
can a job be submitted through jcl only? is there another way to submit a job?
Explain COND used in JCL?
How to send data from cobol program to jcl?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?