How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
3011Hi, 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.
2 6606how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
6 19446Post New UHG JCL Interview Questions
How do you explain mvc?
How do you sort a list in ascending order in python?
how would you get the current date in mysql? : Sql dba
Explain django architecture
How has your college experience prepared you for a career at Accessorize?
Can we nested try statements in java?
What is csdl entity framework?
Enter the following in the petty cash book, using appropriate expenditure column headings. the book is kept in the the amount of imprest system. the amount of imprest is #40,000
How to call java method in jsp page on button click?
Does aws ever fall?
Explain the reduction of the activation energy of chemical reactions?
Is react a template engine?
What is the difference between hbase and hdfs?
What are the basic characteristics of the organization management module?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures