How to compile and execute Cobol-db2 program?
Why we use // in every JCL statement?
What is the use of Level88 entry in COBOL?
What will be the status code of open empty VSAM file?
How to schedule job in mainframe?
What is an initiator in JCL and what is the use of it?
Latest Answer: The Initiator paramater in a JCL is used in the JCL Jobcard, for example, below the Initiator parm is CLASS=A. //Job12345 JOB (acccode),'This is a JobCard', // ...
How to write a COBOL code to read a VSAM file?
How to create flat file thru JCL? Explain with Coding.
Latest Answer: To create PS file.// job card// s-1 exec pgm=IEFBR14// I1 dd dsn=x.y.z,disp=(new,catalog,delete),space=(trks,(10,10),rlse),dcb=(lrecl=80, blksize=800,recfm=f,dsorg=ps),unit=tape,vol=ser=001/*Note: If any mistake please modify. ...
Why it is necessary to give only s9(4) comp for defining length in the linkage section and what is the significance for the same?
When a ADS program calls a COBOL program using LINK command [NOSAVE not used] along with the subschema-ctrl in the "using" phrase. The run-unit is extended to the called program. But when the
View page [1] 2 3 4 5 6 7 8 9 Next >>

Go Top