Explain about Cobol Subroutines
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
what is the meaning of keyword in jcl?what is is opposite?
shall we concordinate two different length dataset in to a new date set.
In sms datasets, what is the function of the dd avgrec keyword?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
List the different components of jcl statement?
What is the purpose of disp parameter?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?