what is a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to DEBUG a JCL?
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 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
How to pass the parameter in parm using linkage section ? (syntax)?
what is A-MODE and R-MODE?
How can a jobs execution priority be modified?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How to copy VSAM files without using REPRO
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
What is the difference between BLKSIZE and LRECL?