How to send data from cobol program to jcl?
Answers were Sorted based on User's Feedback
Answer / gaurav
We can set the RETURN-CODE in COBOL which is passed to JCL
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / challa srinivas
We can send output as a (PDS member) with DISP=SHR. The DISP applies to the PDS and not to specific member.
Is This Answer Correct ? | 0 Yes | 2 No |
i need some shortcuts and tso commands can any on ehelp me in these ?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
How do you pass parameters to the program as the job is being executed ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the difference between primary and secondary allocations for a dataset?
How to fetch even records from one file to another file by using ICETOOL in JCL?
what is the difference between JES3 and JES2?
What statement can be used to send data to another mvs jes3 node?
Can we call instream to catalog and catalog to instream?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
wht happens if blksize = 0 and lrec = 0 ?
wht do u mean by notify parameter, how can u give acess to multiple users ?