A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ?
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
if u want to pass more than 100 char then u will pass the
char is cobol program. in jcl not possible.
Is This Answer Correct ? | 1 Yes | 13 No |
how many max steps can we use in a job? pls answer to my question
What 3 guidelines do we have to follow when concatenating DD statements?
What are isolation levels? Where do we need to specify them in compiling JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the function of job statement in jcl?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
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:
wht do u mean by notify parameter, how can u give acess to multiple users ?
How do you send the output of a COBOL program to a member of a PDS?
how would you create a temporary dataset? And where will you use them?
how to increase the space of a dataset in instream procedure.