Results 1 to 2 of 2

Thread: Jcl

  1. #1
    Junior Member
    Join Date
    Aug 2007
    Answers
    9

    Question Jcl

    what are multiple Symbolic parameters?can we have multiple symbolic parameters in a single jcl.if so explain with an example


  2. #2
    Junior Member
    Join Date
    Feb 2007
    Answers
    7

    Re: Jcl

    symbolic parameter is used in a JCL program for a parameter that changes its value in the program.

    the default value of a symbolic parameters is coded in the proc statement.

    the overrided values of the symbolic parameters are coded in EXEC statement.

    the multiple symbolic parameters can be coded in a JCL.


    EX.

    Procedure: //test PROC A=PAYROLL,DP=OLD,D2=KEEP,U=CYL,S=10
    //S1 EXEC PGM=&A,TIME=(1,30)
    //A DD DSN=OUTPUT,DISP=&DP
    //S2 EXEC PGM=SAMPLE
    //B DD DSN=INPUT,DISP=(NEW,&D2,&D2),
    SPACE=(&U,(&10,&10)),
    DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact