What is timing concept in mainframe?
No Answer is Posted For this Question
Be the First to Post Answer
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
can we write a proc with in a proc
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
shall we concordinate two different length dataset in to a new date set.
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
When should DISP=MOD is used?
Explain the function of the dd dcb keyword?
What is meant by S0C7 system abend code?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
How do you send the output of a COBOL program to a member of a PDS?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.