What are some jcl statements that are not allowed in procedures?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
How to rename a VSAM file as well as it's index file?
What are the default system and catalog libraries in JCL?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how to create a member or sequential dataset through tso command??
How do you check the syntax of a JCL without running it?
What is DATACOM db?
what is the purpose of coding notify parameter in job statement?
wht is step lib n job lib ? where can we code joblib n steplib ?
can we write a proc with in a proc