I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
No Answer is Posted For this Question
Be the First to Post Answer
What is DSNDB06 ?
what do you mean By spooling? Expand SPOOL?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
When we give TYPERUN = SCAN , what are the syntax errors we get?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
In SPACE,what is directory,RLSE
How many parameters are there to a DISP statement and what are their uses ?
How can a job send a status message to a tso user at the completion of a job?
can u execute a proc from another proc?
once we submitted the job to the operating system, how can we cancel the job before execution?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes