What is the function of the steplib dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How does jcl act on a cobol code?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
How to see the COMP3 value(packd decimal)
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
what are the statements that are not valid to be included in an include statement?
wht happens if blksize = 0 and lrec = 0 ?
Explain about Specifying compiler options in the PROCESS (CBL) statement
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Can we delete the data using IEFBR14 , IEBGENER??
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
In job processing, what happens in conversion stage?