how can u pass the values into db2 values from cobol ?
Answers were Sorted based on User's Feedback
Answer / uday
In your Execution jcl
//JOB1 JOB NOTIFY=&SYSUID
//STEP1 EXEC PGM=IKJEFT01
//STEPLIB DD DSN=PSHRPD.PROD.LOADLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSTSIN DD *
DSN SYSTEM(DB2X)
RUN PROGRAM(PXXXXXXX) PLAN(DB2XXXXX) PARM('1234')
END
/*
In your Program = PXXXXXXX
Linkage section.
01 LK-PARM.
05 LK-LEN PIC S9(04) COMP.
05 LK-DATA PIC X(04).
PROCEDURE DIVISION USING LK-PARM.
So through Parm data also you can pass the data.
Is This Answer Correct ? | 3 Yes | 1 No |
can we use COPY statement in w-s section? how?
what is jcl approach for programming?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
where will u code file status ?
IF I mention stop run in CICS what happens?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
Which division and paragraphs are mandatory for a COBOL program?
How does IDMS communicate with CICS?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
plz,could any one tell me? what about EBCDIC in cobol?briefly?