Is it possible to left uncode disp? If yes, how?
No Answer is Posted For this Question
Be the First to Post Answer
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
What is the difference between BLKSIZE and LRECL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How to DEBUG a JCL?
Explain how can an in-stream dataset be terminated?
how can you check if a file is empty using jcl?
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 ?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
which utility is used to run a cobol-db2 program?
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.
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?