What is timing concept in mainframe?
No Answer is Posted For this Question
Be the First to Post Answer
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
how can we override data definitions in jcl. can any one give detailed example
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
What do you feel makes a good program?
what is static and dynamic call with examples?
i want to avoid the positional parameter how to code it ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Can a PS file be read in reverse order?If so,how
How to empty the records in jcl
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
How many parameters are there to a DISP statement and what are their uses ?