What are the difference between jcl and jes?
No Answer is Posted For this Question
Be the First to Post Answer
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
What 3 guidelines do we have to follow when concatenating DD statements?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain about SYSVAR
How to change default PROCLIB?
how to allocate a dynamic dataset in jcl ?