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?
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).
I am running one COBOL pgm which is reading one VSAM file. Below is ithe input output section in my pgm.
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
I\'m trying to create and delete a dataset with a JCL symbol in the dataset name this way: //SET DATE=20110809
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
According to MVS JCL Reference guide before the job start it requests the exclusive control of a data set:
I\'m trying to implement a JCL, in a JES2 environment, that launches a set of jobs with dependencies in it, for example:
I have a JCL with the following format Proc Library //JS020EXEC PGM=IKJEFT01, //DYNAMNBR=20 //* //EXTRACTDDDSN=PATH.EXTRACT,
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