What is the job entry system used in your project? based on
what criteria the sequence of jobs are picked if priority
is not mentioned in the job card?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Explain how can the attributes of one sms dataset be copied to another dataset?
What is primary allocation for a dataset?
What parameter directs the output of the job log dataset?
How do you submit JCL via a Cobol program?
How can we increment subscript and index?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What are hierarchy levels in jcl?