what is JCLLIB and PROCLIB in jcl and their syntax
Answers were Sorted based on User's Feedback
Answer / raghu
//proccall jcllib order=proclib.name,disp=shr
//proclib dd dsn=proclib.name,disp=shr
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / ashok kumar
jcllib is used to identify procedure,include private liveries
syn:
//jclnam jcllib order=(lib1,lib2)
proclib is having achval proc private liberes
// procname proc
// steps.....
//.....
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / ch.mohan
jcllib is identify the path of proclib,and proclib is
identify the procedure name
syntax
//proclib jcllib order=userid.name.proclib.filename
| Is This Answer Correct ? | 6 Yes | 9 No |
how to edit a tape dataset ? asked in wipro
how to identify a vasam dataset by seeing in 3.4(browse)
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.
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
Explain about LMFREE�free data set from its association with data ID
Is there any command to check wether the ps file is in sorted order?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
which are the parameters mandatory in job card ?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
How to pass the temp dataset form one JOB step to another?
How to execute step2,step1, step3 if step1,2,3 are in order
what is SOC4 error?