DORSETRIGS
Home

jcl (8 post)


posts by category not found!

Using sort for reformatting the variable length records

Using Sort for Reformatting Variable Length Records When dealing with data especially in databases or file management systems you may encounter variable length

2 min read 23-09-2024 53
Using sort for reformatting the variable length records
Using sort for reformatting the variable length records

Trying to compare 2 files in a batch job

Comparing Two Files in a Batch Job A Comprehensive Guide In the realm of data processing and automation batch jobs are commonly used to handle large volumes of

2 min read 22-09-2024 45
Trying to compare 2 files in a batch job
Trying to compare 2 files in a batch job

Error compiling COBOL program with sequential files

Troubleshooting COBOL Program Compilation Errors with Sequential Files When working with COBOL developers often encounter issues during the compilation process

2 min read 19-09-2024 64
Error compiling COBOL program with sequential files
Error compiling COBOL program with sequential files

SORT to merge two files and append data without changing lrecl

Efficiently Merging Two Files with SORT While Preserving LRECL When working with data files particularly in environments like mainframes or data processing syst

2 min read 14-09-2024 48
SORT to merge two files and append data without changing lrecl
SORT to merge two files and append data without changing lrecl

Using the Jobname parameter in a Qualifier

Using the Jobname Parameter in a JCL Qualifier A Comprehensive Guide In JCL Job Control Language using the jobname and JOBNAME in qualifiers can be a useful tec

2 min read 03-09-2024 44
Using the Jobname parameter in a Qualifier
Using the Jobname parameter in a Qualifier

Problem encountered with Merging 3 files together with ICETOOL and placing them in seperate columns in an OUTPUT file

Merging Data into Separate Columns with ICETOOL A Step by Step Guide Merging data from multiple files into a single output file with each file occupying specifi

2 min read 03-09-2024 54
Problem encountered with Merging 3 files together with ICETOOL and placing them in seperate columns in an OUTPUT file
Problem encountered with Merging 3 files together with ICETOOL and placing them in seperate columns in an OUTPUT file

Replace using Sort in JCL

Mastering Data Manipulation with JCL SORT Replacing Strings and Handling Trailers This article delves into a common JCL challenge replacing specific characters

2 min read 03-09-2024 56
Replace using Sort in JCL
Replace using Sort in JCL

Error compiling COBOL program with sequential files

Decoding COBOL Compilation Errors Sequential Files and Beyond Compiling COBOL programs on mainframes can be a daunting task especially when encountering errors

4 min read 02-09-2024 54
Error compiling COBOL program with sequential files
Error compiling COBOL program with sequential files