jcl
HOw to add 1 day to the given input date (format: YYYY-MM-DD) using JCL Syncsort?
I want to add 1 day to the given input date. The input date is in YYYY-MM-DD format. Can anybady please let me know how can I do this using Syncsort?[详细]
2023-04-12 23:12 分类:问答Compare Packed decimal Julian date with (Packed decimal Current Julian date-7days) using JCL- SYNCSORT?
I have a requirement as below. In my Input file, I have Packed decimal Julian date[YYYYDDD format] in 23rd position (position 23, length 4).[详细]
2023-04-06 23:33 分类:问答VSAM Status code 04
I am running one COBOL pgm which is reading one VSAM file. Below is ithe input output section in my pgm.[详细]
2023-04-02 21:47 分类:问答JCL for running COBOL program calling subprogram
I have one COBOL pgm A which is calling another COBOL pgm B. In pgm B I need one file.How can I write 开发者_开发问答JCL so that I would be able to access this file in pgm B? I have written select cla[详细]
2023-04-02 12:09 分类:问答Pass JCL symbol to in-stream data sets
I\'m trying to create and delete a dataset with a JCL symbol in the dataset name this way: //SET DATE=20110809[详细]
2023-03-27 08:30 分类:问答What is 'NAILDUMPS''?
Iencountereda new term called \'NAILDUMPS\' when I analysed a flowchart explaining a series of jcls.In some steps of that flowchart it is m开发者_如何学运维entioned as\"this file is naildumped\" .Can[详细]
2023-03-24 08:05 分类:问答JCL exclusive access to data set error
According to MVS JCL Reference guide before the job start it requests the exclusive control of a data set:[详细]
2023-03-17 09:35 分类:问答JCL job dependency without scheduler
I\'m trying to implement a JCL, in a JES2 environment, that launches a set of jobs with dependencies in it, for example:[详细]
2023-03-17 01:37 分类:问答SQLSTATE 7003 while unloading table in JCL
I have a JCL with the following format Proc Library //JS020EXEC PGM=IKJEFT01, //DYNAMNBR=20 //* //EXTRACTDDDSN=PATH.EXTRACT,[详细]
2023-03-15 04:59 分类:问答Read a flat file. Use COBOL to retrieve specific rows
I have a flat file like this: 1|sal|manager|2007/01/01|2007/12/31 2|sal|manager|2008/01/01|2008/12/31 3|per|abc|manager[详细]
2023-03-12 08:43 分类:问答