How can the attributes of one sms dataset be copied to another dataset?
No Answer is Posted For this Question
Be the First to Post Answer
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
How can values be passed from the job stream to an executable program?
wht r s722,s822,s122 and s222 abends pls reply fast
List the various advantages of using jcl language?
In DCB, what is LRECL,BLKSIZE,DSORG
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how can u understand ps and pds from their names ?
how can we override data definitions in jcl. can any one give detailed example
What is COND=EVEN ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
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?
What is STEPLIB, JOBLIB? What is it used for?