What is timing concept in mainframe?
No Answer is Posted For this Question
Be the First to Post Answer
how JCL works?
What is GDG and what is the maximum limit of versions that can be created?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
what is the use of JCL?
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
A job has 90 steps i want to execute only step7 and step15
What is NOTCAT 2
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?