What is the function of //jcllib statement?
No Answer is Posted For this Question
Be the First to Post Answer
how to purge 50 initiators continuously?? console commands??
List the different jcl statements that are not permitted in the procedures?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
How to pass the temp dataset form one JOB step to another?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
How to submit a jcl from cics?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Please give me the coding for converting VB to FB and FB to VB
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
explain concatinating datasets?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How to send data from cobol program to jcl?